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--; 126set { _depth = value; }
1 reference to _depth
PresentationFramework (1)
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (1)
125get { return _depth; }