1 write to _instance
WindowsBase (1)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
38
_instance
= FromObj(instance);
5 references to _instance
WindowsBase (5)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (5)
102
Type instanceType =
_instance
.GetType();
113
LocalValueEnumerator localEnum =
_instance
.GetLocalValueEnumerator();
155
bool canAttach = CanAttachProperty(dp,
_instance
);
162
bool shouldSerialize =
_instance
.ContainsValue(dp);
166
else if ((filter & PropertyFilterOptions.SetValues) != 0 &&
_instance
.ContainsValue(dp) && !kind.IsDirect && !kind.IsInternal)