1 write to _templateBinding
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (1)
70
if (_templateBinding == null)
_templateBinding
= new DependencyPropertyValueSource(ValueSource.TemplateBinding);
2 references to _templateBinding
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\DependencyPropertyValueSource.cs (2)
70
if (
_templateBinding
== null) _templateBinding = new DependencyPropertyValueSource(ValueSource.TemplateBinding);
71
return
_templateBinding
;