7 references to PropertySetDelegate
System.Xaml (7)
System\Xaml\Runtime\DynamicMethodRuntime.cs (7)
61Dictionary<MethodInfo, PropertySetDelegate> _propertySetDelegates; 79private Dictionary<MethodInfo, PropertySetDelegate> PropertySetDelegates 85_propertySetDelegates = new Dictionary<MethodInfo, PropertySetDelegate>(); 255PropertySetDelegate setterDelegate; 426private PropertySetDelegate CreateSetDelegate(MethodInfo setter) 444return (PropertySetDelegate)dynamicMethod.CreateDelegate(typeof(PropertySetDelegate));