1 override of DesignerHost
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
145internal override IDesignerHost DesignerHost {
2 writes to DesignerHost
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
345peMain.DesignerHost = value;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
380parentPE.DesignerHost = value;
6 references to DesignerHost
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
374return parentPE.DesignerHost;
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
166IDesignerHost host = DesignerHost; 243IDesignerHost host = DesignerHost;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (3)
646IDesignerHost host = DesignerHost; 917IDesignerHost host = this.DesignerHost; 929trans = DesignerHost.CreateTransaction(SR.GetString(SR.WindowsFormsSetEvent, compName + "." + this.PropertyName));