3 references to HasUncommittedNavigation
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
571
if (_journalScope != null && _journalScope.Journal.
HasUncommittedNavigation
)
1026
Debug.Assert(!JournalScope.Journal.
HasUncommittedNavigation
);
1193
Debug.Assert(!JournalScope.Journal.
HasUncommittedNavigation
);