1 write to _keepAlivePageFunction
PresentationFramework (1)
MS\Internal\AppModel\Journaling.cs (1)
418
this.
_keepAlivePageFunction
= pageFunction;
4 references to _keepAlivePageFunction
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (4)
440
get { return
_keepAlivePageFunction
; }
452
Invariant.Assert(
_keepAlivePageFunction
== contentObject); // set by ctor
465
PageFunctionBase pf = (navigator.Content ==
_keepAlivePageFunction
) ?
466
_keepAlivePageFunction
: ResumePageFunction();