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