2 writes to _parent
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
73
_parent
= parent;
691
_parent
= value;
20 references to _parent
System.Windows.Forms (20)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (20)
152
get =>
_parent
?.BrowsableAttributes;
155
if (
_parent
is not null)
157
_parent
.BrowsableAttributes = value;
167
=> GetValueOwner() is IComponent component ? component :
_parent
?.Component;
169
protected virtual IComponentChangeService? ComponentChangeService =>
_parent
?.ComponentChangeService;
221
public virtual PropertyTab? OwnerTab =>
_parent
?.OwnerTab;
248
get =>
_parent
?.DesignerHost;
251
if (
_parent
is not null)
253
_parent
.DesignerHost = value;
501
string? label =
_parent
?.FullLabel;
536
get =>
_parent
?.OwnerGridView;
550
public virtual string? HelpKeyword =>
_parent
?.HelpKeyword ?? string.Empty;
610
public object? Instance => GetValueOwner() ??
_parent
?.Instance;
687
get =>
_parent
;
1163
return
_parent
?.FindPropertyValue(propertyName, propertyType);
1235
public object? GetValueOwner() =>
_parent
is null ? PropertyValue :
_parent
.GetValueOwnerInternal();
1499
=> serviceType == typeof(GridItem) ? this : (
_parent
?.GetService(serviceType));
2160
=>
_parent
is null ||
_parent
.SendNotification(this, type);