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
--;
132
set {
_depth
= value; }
1 reference to _depth
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (1)
131
get { return
_depth
; }