2 writes to currentDepth
System.Activities (2)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
200
this.
currentDepth
++;
221
this.
currentDepth
--;
17 references to currentDepth
System.Activities (17)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (17)
210
if (this.currentState.Depth == this.
currentDepth
)
241
this.Depth = writer.
currentDepth
;
328
if (Writer.
currentDepth
== 0 && !this.wroteXamlNamespace)
348
if (Writer.
currentDepth
== 1)
625
if (Writer.
currentDepth
== this.Depth + 1 && !xamlMember.IsAttachable)
693
if (Writer.
currentDepth
== this.Depth)
743
if (xamlType == Writer.activityPropertyXamlType && Writer.
currentDepth
== this.Depth + 3)
753
if (Writer.
currentDepth
== this.Depth + 1)
765
if (this.skipGetObject && Writer.
currentDepth
== this.Depth + 1)
777
if (this.skipGetObject && Writer.
currentDepth
== this.Depth + 2)
786
if (this.skipGetObject && Writer.
currentDepth
== this.Depth + 2)
847
if (xamlMember.DeclaringType == Writer.activityPropertyXamlType && Writer.
currentDepth
== this.Depth + 1)
983
if (Writer.
currentDepth
== this.Depth)
1006
if (Writer.
currentDepth
== this.Depth)
1240
if (Writer.
currentDepth
!= this.Depth)
1279
if (Writer.
currentDepth
== this.Depth + 1 // SM
1309
if (Writer.
currentDepth
== this.Depth + 1)