7 references to PropertySetDelegate
System.Xaml (7)
System\Xaml\Runtime\DynamicMethodRuntime.cs (7)
57private Dictionary<MethodInfo, PropertySetDelegate> _propertySetDelegates; 76private Dictionary<MethodInfo, PropertySetDelegate> PropertySetDelegates 82_propertySetDelegates = new Dictionary<MethodInfo, PropertySetDelegate>(); 264PropertySetDelegate setterDelegate; 439private PropertySetDelegate CreateSetDelegate(MethodInfo setter) 457return (PropertySetDelegate)dynamicMethod.CreateDelegate(typeof(PropertySetDelegate));