7 references to PropertyGetDelegate
System.Xaml (7)
System\Xaml\Runtime\DynamicMethodRuntime.cs (7)
60
Dictionary<MethodInfo,
PropertyGetDelegate
> _propertyGetDelegates;
67
private Dictionary<MethodInfo,
PropertyGetDelegate
> PropertyGetDelegates
73
_propertyGetDelegates = new Dictionary<MethodInfo,
PropertyGetDelegate
>();
238
PropertyGetDelegate
getterDelegate;
408
private
PropertyGetDelegate
CreateGetDelegate(MethodInfo getter)
422
return (
PropertyGetDelegate
)dynamicMethod.CreateDelegate(typeof(
PropertyGetDelegate
));