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