1 write to _dataBound
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (1)
30if (_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)
30if (_dataBound == null) _dataBound = new DependencyPropertyValueSource(ValueSource.DataBound); 31return _dataBound;