4 writes to currentDepth
System.Activities.Presentation (4)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (4)
57
this.
currentDepth
= 0;
212
++this.
currentDepth
;
218
++this.
currentDepth
;
224
--this.
currentDepth
;
6 references to currentDepth
System.Activities.Presentation (6)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (6)
63
if (this.
currentDepth
== 0)
135
if (this.
currentDepth
== 0)
175
if (this.
currentDepth
== debugSymbolDepth)
185
if (this.
currentDepth
== 0)
225
SharedFx.Assert(this.
currentDepth
>= 0, "Unmatched WriteEndObject");
226
if (this.
currentDepth
== this.debugSymbolDepth && this.writeDebugSymbol)