After setting the Window.TaskbarItemInfo property, the taskbar widget does not appear
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
### Description
After setting the Window.TaskbarItemInfo property, the taskbar widget does not appear
##### ---------------------------
在设置了 Window.TaskbarItemInfo 属性后,任务栏小窗显示不出来了
---------------------------
After the TaskbarItemInfo property is set for the WPF Window instance in Windows 11 26100, the application window does not appear when the mouse moves over the taskbar icon
##### ---------------------------
在 Windows 11 26100 为 WPF Window 实例设置了 TaskbarItemInfo 属性后,鼠标移动到任务栏图标上,应用程序小窗显示不出来
---------------------------
Set the TaskbarItemInfo property in the WPF Window instance
在 WPF Window 实例设置 TaskbarItemInfo 属性

When the mouse moves over the taskbar icon, the WPF program does not display the taskbar window
鼠标移动到任务栏图标上,WPF 程序显示不出任务栏小窗

Move the mouse over another program icon, and a small taskbar window will normally appear
鼠标移动到其他程序图标上,正常显示出任务栏小窗

### Reproduction Steps
1. Create WPF programs (.NET Framework and.NET Core)
2. Add a TaskbarItemInfo instance to the newly created MainWindow class.
3. Move the mouse to the taskbar icon window
##### ---------------------------
1.创建 WPF 程序(.NET Framework 和 .NET Core)
2.为新建的 MainWindow 类添加 TaskbarItemInfo 实例。
3.鼠标移动到任务栏图标小窗上
---------------------------
### Expected behavior
After the TaskbarItemInfo property is set, the Taskbar window appears normally
##### ---------------------------
在设置 TaskbarItemInfo 属性后,任务栏小窗能正常显示
---------------------------
### Actual behavior
After the TaskbarItemInfo property is set for the WPF Window instance in Windows 11 26100, the application window does not appear when the mouse moves over the taskbar icon
##### ---------------------------
在 Windows 11 26100 为 WPF Window 实例设置了 TaskbarItemInfo 属性后,鼠标移动到任务栏图标上,应用程序小窗显示不出来
---------------------------
### Regression?
Do not set the TaskbarItemInfo property
##### ---------------------------
不设置 TaskbarItemInfo 属性
### Known Workarounds
None
### Impact
None
### Configuration
.NET Framework 4.8.1,.NET Core 9
Windows 11 26120.2702
Windows X64

### Other information
None
Contributor guide
Assessment
This issue has not been assessed yet.