1 type derived from CustomContentState
PresentationFramework (1)
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
21internal sealed class DocumentApplicationJournalEntry : System.Windows.Navigation.CustomContentState
17 references to CustomContentState
PresentationFramework (17)
MS\Internal\AppModel\INavigator.cs (1)
255void AddBackEntry(CustomContentState state);
MS\Internal\AppModel\JournalNavigationScope.cs (1)
219public void AddBackEntry(CustomContentState state)
System\Windows\Controls\Frame.cs (1)
833public void AddBackEntry(CustomContentState state)
System\Windows\Navigation\JournalEntry.cs (5)
62CustomContentState GetContentState(); 102_customContentState = (CustomContentState)info.GetValue("_customContentState", typeof(CustomContentState)); 204public CustomContentState CustomContentState 446private CustomContentState _customContentState;
System\Windows\Navigation\NavigatingCancelEventArgs.cs (4)
34Uri uri, Object content, CustomContentState customContentState, 73public CustomContentState TargetContentState 83public CustomContentState ContentStateToSave 162private CustomContentState _targetContentState, _contentStateToSave;
System\Windows\Navigation\NavigationService.cs (4)
1394public void AddBackEntry(CustomContentState state) 2016CustomContentState customContentState = 3215CustomContentState ccs = _customContentStateToSave; 4021private CustomContentState _customContentStateToSave;
System\Windows\Navigation\NavigationWindow.cs (1)
370public void AddBackEntry(CustomContentState state)