2 writes to store
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\DependencyStoreSurrogate.cs (2)
60this.store = new Dictionary<DependencyProperty, object>(); 76this.store = null;
4 references to store
System.Workflow.ComponentModel (4)
AuthoringOM\Serializer\DependencyStoreSurrogate.cs (4)
59if (this.store == null) 62return this.store; 66if (this.store != null) 73this.store.Add(dp, this.values[index]);