1 override of DesignerHost
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
114
internal sealed override IDesignerHost?
DesignerHost
2 writes to DesignerHost
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
298
_rootEntry.
DesignerHost
= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
253
_parent.
DesignerHost
= value;
5 references to DesignerHost
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
248
get => _parent?.
DesignerHost
;
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
;