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