2 writes to currentDepth
System.Activities (2)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
200this.currentDepth++; 221this.currentDepth--;
17 references to currentDepth
System.Activities (17)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (17)
210if (this.currentState.Depth == this.currentDepth) 241this.Depth = writer.currentDepth; 328if (Writer.currentDepth == 0 && !this.wroteXamlNamespace) 348if (Writer.currentDepth == 1) 625if (Writer.currentDepth == this.Depth + 1 && !xamlMember.IsAttachable) 693if (Writer.currentDepth == this.Depth) 743if (xamlType == Writer.activityPropertyXamlType && Writer.currentDepth == this.Depth + 3) 753if (Writer.currentDepth == this.Depth + 1) 765if (this.skipGetObject && Writer.currentDepth == this.Depth + 1) 777if (this.skipGetObject && Writer.currentDepth == this.Depth + 2) 786if (this.skipGetObject && Writer.currentDepth == this.Depth + 2) 847if (xamlMember.DeclaringType == Writer.activityPropertyXamlType && Writer.currentDepth == this.Depth + 1) 983if (Writer.currentDepth == this.Depth) 1006if (Writer.currentDepth == this.Depth) 1240if (Writer.currentDepth != this.Depth) 1279if (Writer.currentDepth == this.Depth + 1 // SM 1309if (Writer.currentDepth == this.Depth + 1)