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