1 write to _propertySetDelegates
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
81_propertySetDelegates = new Dictionary<MethodInfo, PropertySetDelegate>();
2 references to _propertySetDelegates
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
79if (_propertySetDelegates is null) 84return _propertySetDelegates;