1 write to _propertySetDelegates
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
85_propertySetDelegates = new Dictionary<MethodInfo, PropertySetDelegate>();
2 references to _propertySetDelegates
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
83if (_propertySetDelegates == null) 87return _propertySetDelegates;