2 writes to valueHolders
System.Activities (2)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
952
this.
valueHolders
= null; // So we don't flush it again at close
979
this.
valueHolders
= new Dictionary<string, ValueHolder>();
4 references to valueHolders
System.Activities (4)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (4)
946
if (this.
valueHolders
!= null)
948
foreach (KeyValuePair<string, ValueHolder> propertyNameAndValue in this.
valueHolders
)
977
if (this.
valueHolders
== null)
982
valueHolders
[propertyName] = savedValue;