2 instantiations of BufferedPropertyList
System.Activities (2)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
300this.bufferedProperties = new BufferedPropertyList(this); 354this.bufferedProperties = new BufferedPropertyList(this);
1 reference to BufferedPropertyList
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
68BufferedPropertyList bufferedProperties;