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)
16
using PropertyGridToolStrip propertyGridToolStrip =
new
(propertyGrid);
29
using PropertyGridToolStrip propertyGridToolStrip =
new
(propertyGrid);
43
using PropertyGridToolStrip propertyGridToolStrip =
new
(propertyGrid);
60
using PropertyGridToolStrip propertyGridToolStrip =
new
(propertyGrid);
11 references to PropertyGridToolStrip
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
29
private readonly
PropertyGridToolStrip
_toolStrip;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStrip.PropertyGridToolStripAccessibleObject.cs (3)
23
public PropertyGridToolStripAccessibleObject(
PropertyGridToolStrip
owningPropertyGridToolStrip, PropertyGrid parentPropertyGrid) : base(owningPropertyGridToolStrip)
55
if (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)
16
using
PropertyGridToolStrip
propertyGridToolStrip = new(propertyGrid);
17
PropertyGridToolStrip
.PropertyGridToolStripAccessibleObject accessibleObject =
18
new
PropertyGridToolStrip
.PropertyGridToolStripAccessibleObject(propertyGridToolStrip, propertyGrid);
29
using
PropertyGridToolStrip
propertyGridToolStrip = new(propertyGrid);
43
using
PropertyGridToolStrip
propertyGridToolStrip = new(propertyGrid);
60
using
PropertyGridToolStrip
propertyGridToolStrip = new(propertyGrid);
62
PropertyGridToolStrip
.PropertyGridToolStripAccessibleObject accessibleObject = new(propertyGridToolStrip, propertyGrid);