1 override of DesignerHost
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
114internal 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)
248get => _parent?.DesignerHost;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
183DesignerTransaction? transaction = DesignerHost?.CreateTransaction(); 274IDesignerHost? host = DesignerHost;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
568IDesignerHost? host = DesignerHost; 827IDesignerHost? host = DesignerHost;