7 references to PropertyGetDelegate
System.Xaml (7)
System\Xaml\Runtime\DynamicMethodRuntime.cs (7)
55
Dictionary<MethodInfo,
PropertyGetDelegate
> _propertyGetDelegates;
62
private Dictionary<MethodInfo,
PropertyGetDelegate
> PropertyGetDelegates
68
_propertyGetDelegates = new Dictionary<MethodInfo,
PropertyGetDelegate
>();
245
PropertyGetDelegate
getterDelegate;
420
private
PropertyGetDelegate
CreateGetDelegate(MethodInfo getter)
434
return (
PropertyGetDelegate
)dynamicMethod.CreateDelegate(typeof(
PropertyGetDelegate
));