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