1 write to WM_APPLYTASKBARITEMINFO
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
107
WM_APPLYTASKBARITEMINFO
= UnsafeNativeMethods.RegisterWindowMessage("WPF_ApplyTaskbarItemInfo");
2 references to WM_APPLYTASKBARITEMINFO
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
4420
if (message == WM_TASKBARBUTTONCREATED || message ==
WM_APPLYTASKBARITEMINFO
)
6717
UnsafeNativeMethods.PostMessage(new HandleRef(this, CriticalHandle),
WM_APPLYTASKBARITEMINFO
, IntPtr.Zero, IntPtr.Zero);