3 references to GetDialogOwnerWindow
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (1)
36IWin32Window 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)
456if (uiService?.GetDialogOwnerWindow() is { } hWnd && hWnd.Handle != 0 && hWnd.Handle != PInvoke.GetActiveWindow())