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)
47
get { return
_previous
; }
51
_depth = (
_previous
== null) ? 0 :
_previous
._depth + 1;