5 writes to _depth
PresentationFramework (5)
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (5)
23
_depth
= 0;
31
_depth
= source.Depth;
106
_depth
++;
114
_depth
--;
126
set {
_depth
= value; }
1 reference to _depth
PresentationFramework (1)
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (1)
125
get { return
_depth
; }