4 references to GridViewAccessibleObject
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridAccessibleObject.cs (1)
124return owningPropertyGrid.GridViewAccessibleObject;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
332? owner.OwnerGrid.GridViewAccessibleObject
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
605Rectangle parent = gridEntry.OwnerGrid.GridViewAccessibleObject.Bounds;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (1)
55: _owningPropertyGridToolStripButton._owningPropertyGrid.GridViewAccessibleObject.GetFocused();