4 references to TaskbarOwner
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
3407
PInvokeCore.SetWindowLong(this, WINDOW_LONG_PTR_INDEX.GWL_HWNDPARENT,
TaskbarOwner
);
3412
if (icon is not null && !
TaskbarOwner
.Handle.IsNull)
3414
PInvokeCore.SendMessage(
TaskbarOwner
, PInvokeCore.WM_SETICON, (WPARAM)PInvoke.ICON_BIG, (LPARAM)icon.Handle);
6124
ownerHwnd =
TaskbarOwner
;