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