1 type derived from CustomContentState
PresentationFramework (1)
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
27internal sealed class DocumentApplicationJournalEntry : System.Windows.Navigation.CustomContentState
17 references to CustomContentState
PresentationFramework (17)
MS\Internal\AppModel\INavigator.cs (1)
262void AddBackEntry(CustomContentState state);
MS\Internal\AppModel\JournalNavigationScope.cs (1)
223public void AddBackEntry(CustomContentState state)
System\Windows\Controls\Frame.cs (1)
850public void AddBackEntry(CustomContentState state)
System\Windows\Navigation\JournalEntry.cs (5)
78CustomContentState GetContentState(); 118_customContentState = (CustomContentState)info.GetValue("_customContentState", typeof(CustomContentState)); 220public CustomContentState CustomContentState 464private CustomContentState _customContentState;
System\Windows\Navigation\NavigatingCancelEventArgs.cs (4)
35Uri uri, Object content, CustomContentState customContentState, 74public CustomContentState TargetContentState 84public CustomContentState ContentStateToSave 163private CustomContentState _targetContentState, _contentStateToSave;
System\Windows\Navigation\NavigationService.cs (4)
1435public void AddBackEntry(CustomContentState state) 2071CustomContentState customContentState = 3280CustomContentState ccs = _customContentStateToSave; 4092private CustomContentState _customContentStateToSave;
System\Windows\Navigation\NavigationWindow.cs (1)
387public void AddBackEntry(CustomContentState state)