1 override of DesignerHost
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
114
internal sealed override IDesignerHost?
DesignerHost
7 references to DesignerHost
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
296
_rootEntry?.
DesignerHost
= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
245
get => _parent?.
DesignerHost
;
248
_parent?.
DesignerHost
= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
183
DesignerTransaction? transaction =
DesignerHost
?.CreateTransaction();
274
IDesignerHost? host =
DesignerHost
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
568
IDesignerHost? host =
DesignerHost
;
827
IDesignerHost? host =
DesignerHost
;