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