1 write to _skipActionDepthCount
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
1202set { _skipActionDepthCount = value; }
1 reference to _skipActionDepthCount
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
1201get { return _skipActionDepthCount; }