19 writes to PropertySetter
System.Data (19)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
320PropertySetter = null, 495PropertySetter = null, 509PropertySetter = (instance, value) => { instance.Content = (ModelItem)value; }, 523PropertySetter = null, 539PropertySetter = (instance, value) => { instance.UpdateTimestamp(); },
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (6)
804PropertySetter = (instance, newValue) => 816PropertySetter = (instance, newValue) => 828PropertySetter = (instance, newValue) => 840PropertySetter = (instance, newValue) => 873PropertySetter = (instance, newValue) => 888PropertySetter = (instance, newValue) =>
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (8)
1013PropertySetter = (instance, newValue) => 1025PropertySetter = (instance, newValue) => 1037PropertySetter = (instance, newValue) => 1049PropertySetter = (instance, newValue) => 1061PropertySetter = null, 1070PropertySetter = null, 1082PropertySetter = (instance, newValue) => 1097PropertySetter = (instance, newValue) =>
4 references to PropertySetter
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (4)
611return null != this.descriptorData.PropertySetter; 627get { return null == this.descriptorData.PropertySetter; } 638this.descriptorData.PropertySetter(instance, null); 697this.descriptorData.PropertySetter(instance, value);