2 writes to OwnerGrid
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
132OwnerGrid = propertyGrid; 992OwnerGrid = 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)
204OwnerGrid.CheckInCreate(); 255OwnerGrid.CheckInCreate(); 298OwnerGrid.CheckInCreate(); 335OwnerGrid.CheckInCreate(); 417private GridErrorDialog ErrorDialog => _errorDialog ??= new GridErrorDialog(OwnerGrid); 490OwnerGrid.CheckInCreate(); 594OwnerGrid.CheckInCreate(); 957=> new PropertyGridViewAccessibleObject(this, OwnerGrid); 1094SizeF sizeF = PropertyGrid.MeasureTextHelper.MeasureText(OwnerGrid, g, gridEntry.PropertyLabel, Font); 1335public Color LineColor => OwnerGrid.LineColor; 1337public Color SelectedItemWithFocusForeColor => OwnerGrid.SelectedItemWithFocusForeColor; 1339public Color SelectedItemWithFocusBackColor => OwnerGrid.SelectedItemWithFocusBackColor; 1359internal bool IsExplorerTreeSupported => OwnerGrid.CanShowVisualStyleGlyphs && VisualStyleRenderer.IsSupported; 2770if (controlShiftPressed || sender == this || sender == OwnerGrid) 3150OwnerGrid.OnGridViewMouseWheel(e); 3351using var splitterPen = OwnerGrid.LineColor.GetCachedPenScope(SplitterWidth); 3355using var linePen = g.FindNearestColor(OwnerGrid.LineColor).GetCachedPenScope(); 3407using var borderPen = OwnerGrid.ViewBorderColor.GetCachedPenScope(); 4045if (fullRefresh || OwnerGrid.HavePropertyEntriesChanged()) 4060OwnerGrid.RefreshProperties(true); 4075TopLevelGridEntries = OwnerGrid.GetCurrentEntries(); 4105gridEntry = OwnerGrid.GetDefaultGridEntry(); 4133OwnerGrid.SetStatusBox(title: null, description: null); 4142OwnerGrid.ClearCachedValues(); 4433OwnerGrid.SetStatusBox(gridEntry.PropertyLabel, gridEntry.PropertyDescription); 4455OwnerGrid.OnSelectedGridItemChanged(oldSelectedGridEntry, _selectedGridEntry); 4758OwnerGrid.OnPropertyValueSet(entry, originalValue); 5260return OwnerGrid.WantsTab(forward); 5269return 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)
234PropertyGridView.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; 93owner.OwnerGrid.AccessibilityObject.Name);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
33: base(ownerGridView.OwnerGrid, parent: null)