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