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;
294
set =>
OwnerGridView
?.SetExpand(this, value);
338
if (
OwnerGridView
is { } ownerGridView
342
int id =
OwnerGridView
.AccessibilityGetGridEntryChildID(this);
345
var accessibleObject = (PropertyGridView.PropertyGridViewAccessibleObject)
OwnerGridView
.AccessibilityObject;
475
if (
OwnerGridView
is { } ownerGridView
479
int id =
OwnerGridView
.AccessibilityGetGridEntryChildID(this);
482
var gridAccObj = (PropertyGridView.PropertyGridViewAccessibleObject)
OwnerGridView
.AccessibilityObject;
536
get => _parent?.
OwnerGridView
;
623
int borderWidth = (
OwnerGridView
?.OutlineIconSize ?? 0) + OutlineIconPadding;
653
if (!_outlineRect.IsEmpty ||
OwnerGridView
is null)
658
int outlineSize =
OwnerGridView
.OutlineIconSize;
662
(
OwnerGridView
.GridEntryHeight - outlineSize) / 2,
1084
if (InternalExpanded &&
OwnerGridView
is not null)
1089
PropertyGridView.GridPositionData positionData =
OwnerGridView
.CaptureGridPositionData();
1092
positionData.Restore(
OwnerGridView
);
1109
OwnerGridView
,
1485
if (
OwnerGridView
is null)
1491
?
OwnerGridView
.GetBoldFont()
1492
:
OwnerGridView
.GetBaseFont();
1517
if (
OwnerGridView
is not PropertyGridView ownerGrid)
1632
if (
OwnerGridView
is { } owner && owner.IsExplorerTreeSupported)
1645
PaintOutlineWithExplorerTreeStyle(g, r,
OwnerGridView
.HWNDInternal);
1740
Color penColor =
OwnerGridView
?.TextColor ?? default;
1795
if (
OwnerGridView
is not PropertyGridView ownerGrid)
1911
backColor =
OwnerGridView
is not { } owner
1985
PropertyGridView gridHost =
OwnerGridView
!;
2055
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(newHandler, ex);