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