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