Class | Description | |
---|---|---|
DurationTypeConverter | A System.ComponentModel.TypeConverter that converts from Duration to string, and string to Duration. | |
InvalidPersistenceGroupException | An System.Exception that is thrown when a PersistenceGroup's controls don't match up with the stream that it's supposed to load from. | |
LoadPropertyPersistenceEventArgs | An object used to pass information of a property being loaded. | |
PersistenceEvents | An object that contains the events used for Saving and Loading the persistence of System.Windows.DependencyObjects. | |
PersistenceGroup | An object used to group multiple System.Windows.DependencyObjects so that they maybe Saved and Loaded at the same time. | |
PersistenceLoadedEventArgs | An object used to pass information for when an object has been loaded. | |
PersistenceManager | A class that can save a System.Windows.DependencyObject in its current state and load it back. | |
PersistenceSavedEventArgs | An object used to pass information for when an object has been saved. | |
PersistenceSettings | An object that contains the settings for how an object should save and load properties. | |
PropertyNamePersistenceInfo | An object that can be used to identify a Property by its Name. | |
PropertyPersistenceEventArgs | An object used to pass information about a property being saved or loaded. | |
PropertyPersistenceExceptionDetails | An object that stores information of a Property that couldn't be loaded b/c of an exception. | |
PropertyPersistenceInfoBase | A base object that can be used to identify a Property. | |
PropertyPersistenceInfoBaseCollection | A Collection of PropertyPersistenceInfoBase objects. | |
PropertyTypePersistenceInfo | An object that can be used to identify a Property by its Type. | |
RepeatBehaviorTypeConverter | A System.ComponentModel.TypeConverter that converts from RepeatBehavior to string, and string to RepeatBehavior. | |
SavePropertyPersistenceEventArgs | An object used to pass information of a property being saved. | |
TimeSpanTypeConverter | A System.ComponentModel.TypeConverter that converts from TimeSpan to string, and string to TimeSpan. |