1 type derived from VsPropertyGrid
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\VsPropertyGridTests.cs (1)
24private class TestPropertyGrid : VsPropertyGrid
3 instantiations of VsPropertyGrid
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
481_propertyGrid1 = new VsPropertyGrid();
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
195_selectedItemProps = new();
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
219_propertyGrid1 = new VsPropertyGrid();
2 references to VsPropertyGrid
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
74private VsPropertyGrid _selectedItemProps;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
45private VsPropertyGrid _propertyGrid1;