3 references to GetDialogOwnerWindow
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (1)
36
IWin32Window parent = uiSvc.
GetDialogOwnerWindow
();
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionUI.cs (1)
101
_mainParentWindow = uiService.
GetDialogOwnerWindow
();
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
456
if (uiService?.
GetDialogOwnerWindow
() is { } hWnd && hWnd.Handle != 0 && hWnd.Handle != PInvoke.GetActiveWindow())