2 writes to SkipActionDepthCount
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlParser.cs (2)
1226
SkipActionDepthCount
= -1;
1249
SkipActionDepthCount
= xamlNode.Depth;
3 references to SkipActionDepthCount
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XamlParser.cs (3)
1220
if (xamlNode.Depth <=
SkipActionDepthCount
&&
1230
else if (
SkipActionDepthCount
>= 0)
1245
Debug.Assert(
SkipActionDepthCount
== -1);