1 write to _previous
PresentationFramework (1)
src\Shared\MS\Internal\Xaml\Context\XamlFrame.cs (1)
50_previous = value;
3 references to _previous
PresentationFramework (3)
src\Shared\MS\Internal\Xaml\Context\XamlFrame.cs (3)
47get { return _previous; } 51_depth = (_previous == null) ? 0 : _previous._depth + 1;