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)
83
if (
_propertySetDelegates
== null)
87
return
_propertySetDelegates
;