2 writes to OwnerGrid
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
131
OwnerGrid
= propertyGrid;
969
OwnerGrid
= null!;
40 references to OwnerGrid
System.Windows.Forms (40)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (2)
40
|| gridView.
OwnerGrid
is null
41
|| !gridView.
OwnerGrid
.SortedByCategories)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (29)
199
OwnerGrid
.CheckInCreate();
240
OwnerGrid
.CheckInCreate();
274
OwnerGrid
.CheckInCreate();
312
OwnerGrid
.CheckInCreate();
394
private GridErrorDialog ErrorDialog => _errorDialog ??= new GridErrorDialog(
OwnerGrid
);
467
OwnerGrid
.CheckInCreate();
571
OwnerGrid
.CheckInCreate();
934
=> new PropertyGridViewAccessibleObject(this,
OwnerGrid
);
1071
SizeF sizeF = PropertyGrid.MeasureTextHelper.MeasureText(
OwnerGrid
, g, gridEntry.PropertyLabel, Font);
1306
public Color LineColor =>
OwnerGrid
.LineColor;
1308
public Color SelectedItemWithFocusForeColor =>
OwnerGrid
.SelectedItemWithFocusForeColor;
1310
public Color SelectedItemWithFocusBackColor =>
OwnerGrid
.SelectedItemWithFocusBackColor;
1330
internal bool IsExplorerTreeSupported =>
OwnerGrid
.CanShowVisualStyleGlyphs && VisualStyleRenderer.IsSupported;
2741
if (controlShiftPressed || sender == this || sender ==
OwnerGrid
)
3121
OwnerGrid
.OnGridViewMouseWheel(e);
3316
using var splitterPen =
OwnerGrid
.LineColor.GetCachedPenScope(SplitterWidth);
3320
using var linePen = g.FindNearestColor(
OwnerGrid
.LineColor).GetCachedPenScope();
3372
using var borderPen =
OwnerGrid
.ViewBorderColor.GetCachedPenScope();
4010
if (fullRefresh ||
OwnerGrid
.HavePropertyEntriesChanged())
4025
OwnerGrid
.RefreshProperties(true);
4040
TopLevelGridEntries =
OwnerGrid
.GetCurrentEntries();
4070
gridEntry =
OwnerGrid
.GetDefaultGridEntry();
4098
OwnerGrid
.SetStatusBox(title: null, description: null);
4107
OwnerGrid
.ClearCachedValues();
4398
OwnerGrid
.SetStatusBox(gridEntry.PropertyLabel, gridEntry.PropertyDescription);
4420
OwnerGrid
.OnSelectedGridItemChanged(oldSelectedGridEntry, _selectedGridEntry);
4723
OwnerGrid
.OnPropertyValueSet(entry, originalValue);
5225
return
OwnerGrid
.WantsTab(forward);
5234
return
OwnerGrid
.WantsTab(forward);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
615
_gridView.
OwnerGrid
,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBoxAccessibleObject.cs (1)
36
|| !owner.OwningPropertyGridView.
OwnerGrid
.Created)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
234
PropertyGridView.
OwnerGrid
.OnPropertyValueSet(PropertyGridView.SelectedGridEntry, oldValue);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObject.cs (2)
46
|| !owner.PropertyGridView.
OwnerGrid
.Created
63
? owner.PropertyGridView.
OwnerGrid
?.AccessibilityObject
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (3)
57
? owner.
OwnerGrid
?.AccessibilityObject
78
=> this.TryGetOwnerAs(out PropertyGridView? owner) && owner.
OwnerGrid
is { } ownerGrid && ownerGrid.SortedByCategories;
93
owner.
OwnerGrid
.AccessibilityObject.Name);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
33
: base(ownerGridView.
OwnerGrid
, parent: null)