2 references to Inherited
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (2)
111if (_inherited == null) _inherited = new DependencyPropertyValueSource(ValueSource.Inherited); 205get { return _source == ValueSource.Inherited; }