2 writes to SkipActionDepthCount
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (2)
1120SkipActionDepthCount = -1; 1143SkipActionDepthCount = xamlNode.Depth;
3 references to SkipActionDepthCount
PresentationBuildTasks (3)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (3)
1114if (xamlNode.Depth <= SkipActionDepthCount && 1124else if (SkipActionDepthCount >= 0) 1139Debug.Assert(SkipActionDepthCount == -1);