3 instantiations of PropertyGridToolStripAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStrip.cs (1)
34=> new PropertyGridToolStripAccessibleObject(this, _parentPropertyGrid);
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\PropertyGridToolStrip.PropertyGridToolStripAccessibleObjectTests.cs (2)
18new PropertyGridToolStrip.PropertyGridToolStripAccessibleObject(propertyGridToolStrip, propertyGrid); 62PropertyGridToolStrip.PropertyGridToolStripAccessibleObject accessibleObject = new(propertyGridToolStrip, propertyGrid);
2 references to PropertyGridToolStripAccessibleObject
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\PropertyGridToolStrip.PropertyGridToolStripAccessibleObjectTests.cs (2)
17PropertyGridToolStrip.PropertyGridToolStripAccessibleObject accessibleObject = 62PropertyGridToolStrip.PropertyGridToolStripAccessibleObject accessibleObject = new(propertyGridToolStrip, propertyGrid);