7 references to PropertySetDelegate
System.Xaml (7)
System\Xaml\Runtime\DynamicMethodRuntime.cs (7)
57Dictionary<MethodInfo, PropertySetDelegate> _propertySetDelegates; 75private Dictionary<MethodInfo, PropertySetDelegate> PropertySetDelegates 81_propertySetDelegates = new Dictionary<MethodInfo, PropertySetDelegate>(); 251PropertySetDelegate setterDelegate; 422private PropertySetDelegate CreateSetDelegate(MethodInfo setter) 440return (PropertySetDelegate)dynamicMethod.CreateDelegate(typeof(PropertySetDelegate));