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