1 write to _instance
WindowsBase (1)
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
39_instance = instance;
4 references to _instance
WindowsBase (4)
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (4)
61if (_instance != null) 69return nameProp.GetValue(_instance) as string; 127if (_instance == null) return PropertyDescriptorCollection.Empty; 128filterValue = (DependencyObject)TypeDescriptor.GetAssociation(_objectType, _instance);