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