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