1 write to Depth
System.Activities (1)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (1)
241this.Depth = writer.currentDepth;
14 references to Depth
System.Activities (14)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (14)
210if (this.currentState.Depth == this.currentDepth) 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)