3 references to Component
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
164=> GetValueOwner() is IComponent component ? component : _parent?.Component; 173public virtual IContainer? Container => Component?.Site?.Container; 1172IComponent? component = Component;