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