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