1 write to WM_TASKBARBUTTONCREATED
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
105
WM_TASKBARBUTTONCREATED
= UnsafeNativeMethods.RegisterWindowMessage("TaskbarButtonCreated");
2 references to WM_TASKBARBUTTONCREATED
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
2673
UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.CriticalHandle,
WM_TASKBARBUTTONCREATED
, MSGFLT.ALLOW, out info);
4420
if (message ==
WM_TASKBARBUTTONCREATED
|| message == WM_APPLYTASKBARITEMINFO)