5 instantiations of PropertyGridToolStrip
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
176_toolStrip = new PropertyGridToolStrip(this);
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\PropertyGridToolStrip.PropertyGridToolStripAccessibleObjectTests.cs (4)
16using PropertyGridToolStrip propertyGridToolStrip = new(propertyGrid); 29using PropertyGridToolStrip propertyGridToolStrip = new(propertyGrid); 43using PropertyGridToolStrip propertyGridToolStrip = new(propertyGrid); 60using PropertyGridToolStrip propertyGridToolStrip = new(propertyGrid);
11 references to PropertyGridToolStrip
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
29private readonly PropertyGridToolStrip _toolStrip;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStrip.PropertyGridToolStripAccessibleObject.cs (3)
23public PropertyGridToolStripAccessibleObject(PropertyGridToolStrip owningPropertyGridToolStrip, PropertyGrid parentPropertyGrid) : base(owningPropertyGridToolStrip) 55if (this.TryGetOwnerAs(out PropertyGridToolStrip? owner) && owner.AccessibleName is { } name) 68(!this.TryGetOwnerAs(out PropertyGridToolStrip? owner) || owner.AccessibleName is null)
System.Windows.Forms.Tests (7)
System\Windows\Forms\AccessibleObjects\PropertyGridToolStrip.PropertyGridToolStripAccessibleObjectTests.cs (7)
16using PropertyGridToolStrip propertyGridToolStrip = new(propertyGrid); 17PropertyGridToolStrip.PropertyGridToolStripAccessibleObject accessibleObject = 18new PropertyGridToolStrip.PropertyGridToolStripAccessibleObject(propertyGridToolStrip, propertyGrid); 29using PropertyGridToolStrip propertyGridToolStrip = new(propertyGrid); 43using PropertyGridToolStrip propertyGridToolStrip = new(propertyGrid); 60using PropertyGridToolStrip propertyGridToolStrip = new(propertyGrid); 62PropertyGridToolStrip.PropertyGridToolStripAccessibleObject accessibleObject = new(propertyGridToolStrip, propertyGrid);