5 writes to _depth
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (5)
25_depth = 0; 33_depth = source.Depth; 109_depth++; 117_depth--; 129set { _depth = value; }
1 reference to _depth
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (1)
128get { return _depth; }