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