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)
61
if (
_instance
!= null)
69
return nameProp.GetValue(
_instance
) as string;
127
if (
_instance
== null) return PropertyDescriptorCollection.Empty;
128
filterValue = (DependencyObject)TypeDescriptor.GetAssociation(_objectType,
_instance
);