4 writes to ParentPageFunctionId
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (1)
547pageFunction.ParentPageFunctionId = ParentPageFunctionId;
System\Windows\Navigation\NavigationService.cs (1)
950pf.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)
260ParentPageFunctionId = pageFunction.ParentPageFunctionId; 360if (endingPF.ParentPageFunctionId == Guid.Empty) 371if ((pageFunctionEntry != null) && (pageFunctionEntry.PageFunctionId == endingPF.ParentPageFunctionId)) 378Debug.Assert(endingPF.ParentPageFunctionId == Guid.Empty,
System\Windows\Navigation\NavigationService.cs (2)
948if (!pf._Resume && pf.ParentPageFunctionId == Guid.Empty && _bp is PageFunctionBase) 951Debug.Assert(pf.ParentPageFunctionId != Guid.Empty);