4 writes to ParentPageFunctionId
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (1)
541pageFunction.ParentPageFunctionId = ParentPageFunctionId;
System\Windows\Navigation\NavigationService.cs (1)
926pf.ParentPageFunctionId = ((PageFunctionBase)_bp).PageFunctionId;
System\Windows\Navigation\PageFunction.cs (2)
31ParentPageFunctionId = Guid.Empty; 108ParentPageFunctionId = parent.PageFunctionId;
6 references to ParentPageFunctionId
PresentationFramework (6)
MS\Internal\AppModel\Journaling.cs (4)
254ParentPageFunctionId = pageFunction.ParentPageFunctionId; 354if (endingPF.ParentPageFunctionId == Guid.Empty) 365if ((pageFunctionEntry != null) && (pageFunctionEntry.PageFunctionId == endingPF.ParentPageFunctionId)) 372Debug.Assert(endingPF.ParentPageFunctionId == Guid.Empty,
System\Windows\Navigation\NavigationService.cs (2)
924if (!pf._Resume && pf.ParentPageFunctionId == Guid.Empty && _bp is PageFunctionBase) 927Debug.Assert(pf.ParentPageFunctionId != Guid.Empty);