1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2737this.owner = owner;
36 references to owner
System.Windows.Forms (36)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (34)
2742return PropertyGridView.AccessibilityGetGridEntryBounds(owner); 2748if (!owner.Expandable) { 2751else if (owner.Expanded) { 2762return owner.PropertyDescription; 2769return owner.PropertyDescription; 2786var parentGridEntry = owner.ParentGridEntry; 2789return owner.OwnerGrid.GridViewAccessibleObject; 2823if (owner.Expandable && AccessibilityImprovements.Level1) { 2843runtimeId[1] = (int)(long)owner.GridEntryHost.Handle; 2874return owner.hasFocus; 2900if (owner.Expandable && 2915if (owner.Expandable && owner.Expanded == false) { 2916owner.Expanded = true; 2921if (owner.Expandable && owner.Expanded == true) { 2922owner.Expanded = false; 2928if (owner.Expandable) { 2929return owner.Expanded ? UnsafeNativeMethods.ExpandCollapseState.Expanded : UnsafeNativeMethods.ExpandCollapseState.Collapsed; 2941owner.OnOutlineClick(EventArgs.Empty); 2946return owner.PropertyLabel; 2953return((Control)this.owner.GridEntryHost).AccessibilityObject; 2969if (owner.Expandable) { 2987if (owner.Focus) { 3001if (owner.Expandable) { 3002if (owner.Expanded) { 3012if (owner.ShouldRenderReadOnly) { 3018if (owner.ShouldRenderPassword) { 3029return owner.GetPropertyTextValue(); 3034owner.SetPropertyTextValue(value); 3045if (owner.Focus) { 3068return parent.Next(this.owner); 3073return parent.Previous(this.owner); 3105PropertyGridView.AccessibilitySelect(this.owner);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
1129(patternId == NativeMethods.UIA_ExpandCollapsePatternId && owner.Enumerable)) { 1178return !((PropertyDescriptorGridEntry)owner).IsPropertyReadOnly;