2 writes to _parent
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
73_parent = parent; 682_parent = value;
18 references to _parent
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (18)
152get => _parent?.BrowsableAttributes; 155_parent?.BrowsableAttributes = value; 164=> GetValueOwner() is IComponent component ? component : _parent?.Component; 166protected virtual IComponentChangeService? ComponentChangeService => _parent?.ComponentChangeService; 215public virtual PropertyTab? OwnerTab => _parent?.OwnerTab; 242get => _parent?.DesignerHost; 245_parent?.DesignerHost = value; 492string? label = _parent?.FullLabel; 527get => _parent?.OwnerGridView; 541public virtual string? HelpKeyword => _parent?.HelpKeyword ?? string.Empty; 601public object? Instance => GetValueOwner() ?? _parent?.Instance; 678get => _parent; 1154return _parent?.FindPropertyValue(propertyName, propertyType); 1226public object? GetValueOwner() => _parent is null ? PropertyValue : _parent.GetValueOwnerInternal(); 1490=> serviceType == typeof(GridItem) ? this : (_parent?.GetService(serviceType)); 2151=> _parent is null || _parent.SendNotification(this, type);