Click or drag to resize

Cauldron.XAML Namespace

 
Classes
  ClassDescription
Public classApplicationBase
Encapsulates a Windows Presentation Foundation (WPF) application.
Public classBehaviourInvocationArgs
Provides data for the BehaviourInvoke event.
Public classBitmapImageEx
Provides a wrapper for BitmapImage for Windows.UI.Xaml.Media.Imaging.BitmapImage (UWP) and System.Windows.Media.Imaging.BitmapImage (Desktop)
Public classCauldronTemplateSelector
Provides a way to choose a DataTemplate based on the data object and the data-bound element.
Public classCauldronUICommand
Represents a command in the MessageDialog and ContentDialog
Public classCauldronUICommandCollection
Contains a collection of CauldronUICommand
Public classDependencyPropertyInfo
Holds information about the DependencyProperty
Public classDynamicEventHandler
Handles dynamic event registrations
Public classExtensions
Provides usefull extension methods
Public classImageManager
Provides retrieving and caching of embedded images
Public classKeyRawValueDictionary
Represents a collection of key and RawValue.
Public classLaunchActivatedEventArgs
Provides event information when an app is launched.
Public classMessageDialogEx
Represents a dialog.
Public classNavigatorSelectorFactoryResolver
Automatically selects the correct Navigator
Public classParameterPassingConfig
Represents the configuration of the parameter passing
Public classCode exampleParamPassing
Handles parameter passing
Public classPropertyIsChangedEventArgs
Represents the arguments of Changed.
Public classRawValue
Represents the raw values that can be freely converted to int, long, double, float, bool or string
Public classRelayCommand
Implements the IRelayCommand interface
Public classRelayCommandT
Public classValueConverterBase
Provides a base class for Binding value converters.
Public classViewAttribute
Specifies a view for a the viewmodel
Public classWindowConfiguration
Provides attached properties used to configure the Window that will contain the view
Public classXAMLHelper
Provides helper methods for XAML
Interfaces
  InterfaceDescription
Public interfaceIImageManager
Represents a type used to retrieving and caching of embedded images
Public interfaceIMessageDialog
Represents a dialog.
Public interfaceINotifyBehaviourInvocation
Notifies the client that a behaviour should be invoked
Public interfaceIRelayCommand
Defines a command
Enumerations
  EnumerationDescription
Public enumerationMessageBoxImage
Specifies the icon that is displayed by a message box.