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