1 write to _inherited
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (1)
111if (_inherited == null) _inherited = new DependencyPropertyValueSource(ValueSource.Inherited);
2 references to _inherited
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (2)
111if (_inherited == null) _inherited = new DependencyPropertyValueSource(ValueSource.Inherited); 112return _inherited;