Base:
property
Site
System.Windows.Forms.Control.Site
6 writes to Site
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
762
_propertyGrid.
Site
= new PropertyGridSite(Context, _propertyGrid);
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
42
_cellStyleProperties.
Site
= new DataGridViewComponentPropertyGridSite(serviceProvider, component);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1147
_propertyGrid1.
Site
= new DataGridViewComponentPropertyGridSite(_liveDataGridView.Site, _liveDataGridView);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
159
_selectedItemProps.
Site
= new PropertyGridSite(Context, _selectedItemProps);
166
_selectedItemProps.
Site
= null;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
411
_propertyGrid1.
Site
= new PropertyGridSite(Context, _propertyGrid1);
3 references to Site
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1667
parameter =
Site
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridServiceProvider.cs (2)
12
/// then finally the <see cref="
Site
"/> for requested services.
27
service ??= _ownerPropertyGrid.
Site
?.GetService(serviceType);