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