1 write to _keepAlivePageFunction
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
431
this.
_keepAlivePageFunction
= pageFunction;
4 references to _keepAlivePageFunction
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\Journaling.cs (4)
453
get { return
_keepAlivePageFunction
; }
465
Invariant.Assert(
_keepAlivePageFunction
== contentObject); // set by ctor
478
PageFunctionBase pf = (navigator.Content ==
_keepAlivePageFunction
) ?
479
_keepAlivePageFunction
: ResumePageFunction();