2 writes to bufferedProperties
System.Activities (2)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
300this.bufferedProperties = new BufferedPropertyList(this); 354this.bufferedProperties = new BufferedPropertyList(this);
6 references to bufferedProperties
System.Activities (6)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (6)
298if (this.bufferedProperties == null) 302this.bufferedProperties.BufferDefaultValue(currentMember.Name, this.activityPropertyValue, this.innerReader, this.innerReaderLineInfo); 352if (this.bufferedProperties == null) 356this.bufferedProperties.BufferDefinitions(this); 547if (this.bufferedProperties != null) 549this.bufferedProperties.FlushTo(this.nodeQueue, this);