2 writes to _parent
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
73
_parent
= parent;
685
_parent
= value;
18 references to _parent
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (18)
152
get =>
_parent
?.BrowsableAttributes;
155
_parent
?.BrowsableAttributes = value;
164
=> GetValueOwner() is IComponent component ? component :
_parent
?.Component;
166
protected virtual IComponentChangeService? ComponentChangeService =>
_parent
?.ComponentChangeService;
218
public virtual PropertyTab? OwnerTab =>
_parent
?.OwnerTab;
245
get =>
_parent
?.DesignerHost;
248
_parent
?.DesignerHost = value;
495
string? label =
_parent
?.FullLabel;
530
get =>
_parent
?.OwnerGridView;
544
public virtual string? HelpKeyword =>
_parent
?.HelpKeyword ?? string.Empty;
604
public object? Instance => GetValueOwner() ??
_parent
?.Instance;
681
get =>
_parent
;
1157
return
_parent
?.FindPropertyValue(propertyName, propertyType);
1229
public object? GetValueOwner() =>
_parent
is null ? PropertyValue :
_parent
.GetValueOwnerInternal();
1493
=> serviceType == typeof(GridItem) ? this : (
_parent
?.GetService(serviceType));
2154
=>
_parent
is null ||
_parent
.SendNotification(this, type);