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)
1667parameter = Site;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridServiceProvider.cs (2)
12/// then finally the <see cref="Site"/> for requested services. 27service ??= _ownerPropertyGrid.Site?.GetService(serviceType);