7 references to PropertyGetDelegate
System.Xaml (7)
System\Xaml\Runtime\DynamicMethodRuntime.cs (7)
56
private Dictionary<MethodInfo,
PropertyGetDelegate
> _propertyGetDelegates;
63
private Dictionary<MethodInfo,
PropertyGetDelegate
> PropertyGetDelegates
69
_propertyGetDelegates = new Dictionary<MethodInfo,
PropertyGetDelegate
>();
246
PropertyGetDelegate
getterDelegate;
421
private
PropertyGetDelegate
CreateGetDelegate(MethodInfo getter)
435
return (
PropertyGetDelegate
)dynamicMethod.CreateDelegate(typeof(
PropertyGetDelegate
));