3 references to DataBound
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (3)
30if (_dataBound == null) _dataBound = new DependencyPropertyValueSource(ValueSource.DataBound); 127return _source == ValueSource.DataBound 151get { return _source == ValueSource.DataBound; }