1 instantiation of PropertyGridToolStrip
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
217
toolStrip = AccessibilityImprovements.Level3 ? new
PropertyGridToolStrip
(this) : new ToolStrip();
1 reference to PropertyGridToolStrip
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5656
public PropertyGridToolStripAccessibleObject(
PropertyGridToolStrip
owningPropertyGridToolStrip, PropertyGrid parentPropertyGrid) : base(owningPropertyGridToolStrip) {