1 override of DesignerHost
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
114internal 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)
245get => _parent?.DesignerHost; 248_parent?.DesignerHost = value;
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;