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