Name | Description |
---|---|
ApplicationStateRequestedMessage | A MessageBase message object that broadcasts to subscribed components that the application is about to save user state data. In response to this message a subscribed component should add any data it wishes to persist. Persistent data is not additive, if no data is added any existing persisted data is lost. |
PersistApplicationStateAsXaml | An implmentation of IPersistApplicationState that saves the user meta-data as Xaml to a file on the local disk. |
WindowsWpfEnvironmentFolders |