1 write to WM_TASKBARBUTTONCREATED
PresentationFramework (1)
System\Windows\Window.cs (1)
82
WM_TASKBARBUTTONCREATED
= UnsafeNativeMethods.RegisterWindowMessage("TaskbarButtonCreated");
2 references to WM_TASKBARBUTTONCREATED
PresentationFramework (2)
System\Windows\Window.cs (2)
2594
UnsafeNativeMethods.ChangeWindowMessageFilterEx(_swh.Handle,
WM_TASKBARBUTTONCREATED
, MSGFLT.ALLOW, out info);
4287
if (message ==
WM_TASKBARBUTTONCREATED
|| message == WM_APPLYTASKBARITEMINFO)