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