1 type derived from CustomContentState
PresentationFramework (1)
src\Framework\MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
33internal sealed class DocumentApplicationJournalEntry : System.Windows.Navigation.CustomContentState
17 references to CustomContentState
PresentationFramework (17)
src\Framework\MS\Internal\AppModel\INavigator.cs (1)
268void AddBackEntry(CustomContentState state);
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
241public void AddBackEntry(CustomContentState state)
src\Framework\System\Windows\Controls\Frame.cs (1)
871public void AddBackEntry(CustomContentState state)
src\Framework\System\Windows\Navigation\JournalEntry.cs (5)
86CustomContentState GetContentState(); 126_customContentState = (CustomContentState)info.GetValue("_customContentState", typeof(CustomContentState)); 246public CustomContentState CustomContentState 492private CustomContentState _customContentState;
src\Framework\System\Windows\Navigation\NavigatingCancelEventArgs.cs (4)
39Uri uri, Object content, CustomContentState customContentState, 78public CustomContentState TargetContentState 88public CustomContentState ContentStateToSave 167private CustomContentState _targetContentState, _contentStateToSave;
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
1590public void AddBackEntry(CustomContentState state) 2241CustomContentState customContentState = 3516CustomContentState ccs = _customContentStateToSave; 4366private CustomContentState _customContentStateToSave;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
407public void AddBackEntry(CustomContentState state)