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