1 write to _dataBound
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (1)
30
if (_dataBound == null)
_dataBound
= new DependencyPropertyValueSource(ValueSource.DataBound);
2 references to _dataBound
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (2)
30
if (
_dataBound
== null) _dataBound = new DependencyPropertyValueSource(ValueSource.DataBound);
31
return
_dataBound
;