2 instantiations of PropertyTabCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1125
return new
PropertyTabCollection
(this);
5086
internal static PropertyTabCollection Empty = new
PropertyTabCollection
(null);
2 references to PropertyTabCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1123
public
PropertyTabCollection
PropertyTabs {
5086
internal static
PropertyTabCollection
Empty = new PropertyTabCollection(null);