1 write to _mainParentWindow
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.cs (1)
101_mainParentWindow = uiService.GetDialogOwnerWindow();
5 references to _mainParentWindow
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionUI.cs (5)
697_designerActionHost = new DesignerActionToolStripDropDown(this, _mainParentWindow) 718if (_mainParentWindow is not null && _mainParentWindow.Handle != 0) 723new HandleRef<HWND>(_mainParentWindow, (HWND)_mainParentWindow.Handle));