1 override of OwnerGridView
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
140
internal override PropertyGridView
OwnerGridView
47 references to OwnerGridView
System.Windows.Forms (47)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (2)
60
protected override Color BackgroundColor =>
OwnerGridView
?.LineColor ?? default;
85
PropertyGridView? gridHost =
OwnerGridView
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (32)
102
return
OwnerGridView
?.LogicalToDeviceUnits(LogicalOutlineIconPadding) ?? LogicalOutlineIconPadding;
130
protected virtual Color BackgroundColor =>
OwnerGridView
?.BackColor ?? default;
136
if (
OwnerGridView
is null)
142
?
OwnerGridView
.GrayTextColor
143
:
OwnerGridView
.TextColor;
288
set =>
OwnerGridView
?.SetExpand(this, value);
332
if (
OwnerGridView
is { } ownerGridView
336
int id =
OwnerGridView
.AccessibilityGetGridEntryChildID(this);
339
var accessibleObject = (PropertyGridView.PropertyGridViewAccessibleObject)
OwnerGridView
.AccessibilityObject;
469
if (
OwnerGridView
is { } ownerGridView
473
int id =
OwnerGridView
.AccessibilityGetGridEntryChildID(this);
476
var gridAccObj = (PropertyGridView.PropertyGridViewAccessibleObject)
OwnerGridView
.AccessibilityObject;
530
get => _parent?.
OwnerGridView
;
617
int borderWidth = (
OwnerGridView
?.OutlineIconSize ?? 0) + OutlineIconPadding;
647
if (!_outlineRect.IsEmpty ||
OwnerGridView
is null)
652
int outlineSize =
OwnerGridView
.OutlineIconSize;
656
(
OwnerGridView
.GridEntryHeight - outlineSize) / 2,
1078
if (InternalExpanded &&
OwnerGridView
is not null)
1083
PropertyGridView.GridPositionData positionData =
OwnerGridView
.CaptureGridPositionData();
1086
positionData.Restore(
OwnerGridView
);
1103
OwnerGridView
,
1479
if (
OwnerGridView
is null)
1485
?
OwnerGridView
.GetBoldFont()
1486
:
OwnerGridView
.GetBaseFont();
1511
if (
OwnerGridView
is not PropertyGridView ownerGrid)
1626
if (
OwnerGridView
is { } owner && owner.IsExplorerTreeSupported)
1639
PaintOutlineWithExplorerTreeStyle(g, r,
OwnerGridView
.HWNDInternal);
1734
Color penColor =
OwnerGridView
?.TextColor ?? default;
1789
if (
OwnerGridView
is not PropertyGridView ownerGrid)
1905
backColor =
OwnerGridView
is not { } owner
1979
PropertyGridView gridHost =
OwnerGridView
!;
2049
if (
OwnerGridView
is not PropertyGridView propertyGridView)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (2)
73
this.TryGetOwnerAs(out GridEntry? owner) ? owner.
OwnerGridView
?.AccessibilityObject : null;
210
? (int)(owner?.
OwnerGridView
?.InternalHandle ?? HWND.Null)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
110
OwnerGridView
?.Refresh(fullRefresh: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (10)
307
OwnerGridView
?.Refresh(fullRefresh: refreshAttribute.Equals(RefreshPropertiesAttribute.All));
316
&&
OwnerGridView
is not null)
320
if (_uiItemRects[i].Contains(mouseX,
OwnerGridView
.GridEntryHeight / 2))
393
OwnerGridView
?.InvalidateGridEntryValue(entry);
485
&&
OwnerGridView
is not null)
489
if (_uiItemRects[i].Contains(x,
OwnerGridView
.GridEntryHeight / 2))
544
if (
OwnerGridView
is { } ownerGridView)
681
if (needsRefresh &&
OwnerGridView
is not null)
686
OwnerGridView
.Refresh(refresh is not null && refresh.Equals(RefreshPropertiesAttribute.All));
887
OwnerGridView
?.ShowInvalidMessage(ex);