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