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