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