5 writes to _depth
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (5)
29_depth = 0; 37_depth = source.Depth; 112_depth++; 120_depth--; 132set { _depth = value; }
1 reference to _depth
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (1)
131get { return _depth; }