Implemented interface member:
property
Instance
System.ComponentModel.ITypeDescriptorContext.Instance
2 references to Instance
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
366object? value = Instance; 610public object? Instance => GetValueOwner() ?? _parent?.Instance;