4 writes to ParentPageFunctionId
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (1)
551pageFunction.ParentPageFunctionId = ParentPageFunctionId;
System\Windows\Navigation\NavigationService.cs (1)
961pf.ParentPageFunctionId = ((PageFunctionBase)_bp).PageFunctionId;
System\Windows\Navigation\PageFunction.cs (2)
34ParentPageFunctionId = Guid.Empty; 111ParentPageFunctionId = parent.PageFunctionId;
6 references to ParentPageFunctionId
PresentationFramework (6)
MS\Internal\AppModel\Journaling.cs (4)
264ParentPageFunctionId = pageFunction.ParentPageFunctionId; 364if (endingPF.ParentPageFunctionId == Guid.Empty) 375if ((pageFunctionEntry != null) && (pageFunctionEntry.PageFunctionId == endingPF.ParentPageFunctionId)) 382Debug.Assert(endingPF.ParentPageFunctionId == Guid.Empty,
System\Windows\Navigation\NavigationService.cs (2)
959if (!pf._Resume && pf.ParentPageFunctionId == Guid.Empty && _bp is PageFunctionBase) 962Debug.Assert(pf.ParentPageFunctionId != Guid.Empty);