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