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