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)
366
object? value =
Instance
;
610
public object? Instance => GetValueOwner() ?? _parent?.
Instance
;