4 references to GridViewAccessibleObject
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridAccessibleObject.cs (1)
124
return 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)
605
Rectangle parent = gridEntry.OwnerGrid.
GridViewAccessibleObject
.Bounds;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (1)
55
: _owningPropertyGridToolStripButton._owningPropertyGrid.
GridViewAccessibleObject
.GetFocused();