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