1 write to dependencyPropertyValues
System.Workflow.ComponentModel (1)
AuthoringOM\DependencyObject.cs (1)
615
this.
dependencyPropertyValues
= new Dictionary<DependencyProperty, object>();
2 references to dependencyPropertyValues
System.Workflow.ComponentModel (2)
AuthoringOM\DependencyObject.cs (2)
614
if (this.
dependencyPropertyValues
== null)
616
return this.
dependencyPropertyValues
;