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)
74
private
VsPropertyGrid
_selectedItemProps;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
45
private
VsPropertyGrid
_propertyGrid1;