1 write to PageFunctionId
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
269PageFunctionId = pageFunction.PageFunctionId;
3 references to PageFunctionId
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\Journaling.cs (2)
387if ((pageFunctionEntry != null) && (pageFunctionEntry.PageFunctionId == endingPF.ParentPageFunctionId)) 573pageFunction.PageFunctionId = PageFunctionId;
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
4162(journalPageFunction.PageFunctionId == finishingChildPageFunction.PageFunctionId);