3 references to OwnerGrid
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
7365
if (_owningPropertyGridView.
OwnerGrid
.SortedByCategories) {
7397
return _owningPropertyGridView.
OwnerGrid
.AccessibilityObject;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
43
: base(gridEntryHost.
OwnerGrid
, parent) {