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