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