2 references to PropertyGetDelegates
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
239
if (!
PropertyGetDelegates
.TryGetValue(getter, out getterDelegate))
242
PropertyGetDelegates
.Add(getter, getterDelegate);