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