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)
102Type instanceType = _instance.GetType(); 113LocalValueEnumerator localEnum = _instance.GetLocalValueEnumerator(); 155bool canAttach = CanAttachProperty(dp, _instance); 162bool shouldSerialize = _instance.ContainsValue(dp); 166else if ((filter & PropertyFilterOptions.SetValues) != 0 && _instance.ContainsValue(dp) && !kind.IsDirect && !kind.IsInternal)