9 references to DependencyPropertyValueSource
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (9)
30if (_dataBound == null) _dataBound = new DependencyPropertyValueSource(ValueSource.DataBound); 40if (_systemResource == null) _systemResource = new DependencyPropertyValueSource(ValueSource.SystemResource); 50if (_localDynamicResource == null) _localDynamicResource = new DependencyPropertyValueSource(ValueSource.LocalDynamicResource); 60if (_localStaticResource == null) _localStaticResource = new DependencyPropertyValueSource(ValueSource.LocalStaticResource); 70if (_templateBinding == null) _templateBinding = new DependencyPropertyValueSource(ValueSource.TemplateBinding); 80if (_customMarkupExtension == null) _customMarkupExtension = new DependencyPropertyValueSource(ValueSource.CustomMarkupExtension); 90if (_local == null) _local = new DependencyPropertyValueSource(ValueSource.Local); 101if (_defaultValue == null) _defaultValue = new DependencyPropertyValueSource(ValueSource.DefaultValue); 111if (_inherited == null) _inherited = new DependencyPropertyValueSource(ValueSource.Inherited);