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