2 writes to inXClassDepth
System.Activities (2)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
343
this.
inXClassDepth
= this.depth;
533
this.
inXClassDepth
= 0;
2 references to inXClassDepth
System.Activities (2)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
436
if (this.
inXClassDepth
>= this.depth && this.xClassName == null)
531
if (this.depth <= this.
inXClassDepth
)