4 writes to depth
System.Activities (4)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (4)
312
this.
depth
++;
357
this.
depth
--;
521
this.
depth
++;
536
this.
depth
--;
8 references to depth
System.Activities (8)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (8)
313
if (this.
depth
== 2)
343
this.inXClassDepth = this.
depth
;
376
if (this.
depth
== 1)
436
if (this.inXClassDepth >= this.
depth
&& this.xClassName == null)
522
if (this.
depth
>= 2)
531
if (this.
depth
<= this.inXClassDepth)
539
if (this.
depth
== 1)
543
else if (this.
depth
== 0)