1 write to _propertyGetDelegates
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
73
_propertyGetDelegates
= new Dictionary<MethodInfo, PropertyGetDelegate>();
2 references to _propertyGetDelegates
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
71
if (
_propertyGetDelegates
== null)
75
return
_propertyGetDelegates
;