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