6 references to OwnerGrid
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (2)
217
if (SystemInformation.HighContrast && !
OwnerGrid
.developerOverride && AccessibilityImprovements.Level1) {
219
ControlPaint.DrawFocusRectangle(g, focusRect, SystemColors.ControlText,
OwnerGrid
.LineColor);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
179
return SystemInformation.HighContrast && !
OwnerGrid
.developerOverride && AccessibilityImprovements.Level1;
2789
return owner.
OwnerGrid
.GridViewAccessibleObject;
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (2)
100
entries[i] = new MultiPropertyDescriptorGridEntry(parentEntry.
OwnerGrid
, parentEntry, rgobjs, (PropertyDescriptor[])props[i], false);
124
entries[i] = new MultiPropertyDescriptorGridEntry(parentEntry.
OwnerGrid
, parentEntry, rgobjs, (PropertyDescriptor[])props[i], false);