1 instantiation of PropertyGridToolStrip
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
176_toolStrip = new PropertyGridToolStrip(this);
4 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)