5 writes to _source
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (5)
1125_source = NoSource; 1136_source = ExtensibilityAccessor.GetPropertySource(property); 1140_source = _source ?? DependencyPropertyValueSource.Local; 1144_source = NoSource; 1340_source = null;
8 references to _source
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntry.cs (8)
1123if (_source == null && this.IsMixedValue) 1128if (_source == null) 1134if (_source == null) 1139Fx.Assert(_source != null, "Could not figure out the source for property " + _parent.PropertyName); 1140_source = _source ?? DependencyPropertyValueSource.Local; 1142else if (_source != ExtensibilityAccessor.GetPropertySource(property)) 1150return _source == NoSource ? null : _source;