4 writes to ParentPageFunctionId
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (1)
542pageFunction.ParentPageFunctionId = ParentPageFunctionId;
System\Windows\Navigation\NavigationService.cs (1)
945pf.ParentPageFunctionId = ((PageFunctionBase)_bp).PageFunctionId;
System\Windows\Navigation\PageFunction.cs (2)
32ParentPageFunctionId = Guid.Empty; 109ParentPageFunctionId = parent.PageFunctionId;
6 references to ParentPageFunctionId
PresentationFramework (6)
MS\Internal\AppModel\Journaling.cs (4)
255ParentPageFunctionId = pageFunction.ParentPageFunctionId; 355if (endingPF.ParentPageFunctionId == Guid.Empty) 366if ((pageFunctionEntry != null) && (pageFunctionEntry.PageFunctionId == endingPF.ParentPageFunctionId)) 373Debug.Assert(endingPF.ParentPageFunctionId == Guid.Empty,
System\Windows\Navigation\NavigationService.cs (2)
943if (!pf._Resume && pf.ParentPageFunctionId == Guid.Empty && _bp is PageFunctionBase) 946Debug.Assert(pf.ParentPageFunctionId != Guid.Empty);