Click or drag to resize
Cimbalino ToolkitCimbalino.Toolkit.Helpers Namespace
The Cimbalino.Toolkit.Helpers namespace provides a set of useful helper classes
Classes
  ClassDescription
Public classApplicationManifest
Represents the contents of the application manifest.
Public classApplicationManifestAppNode
Represents the app detailed information in the application manifest.
Public classApplicationManifestBackgroundServiceAgentNode
Represents a background service agent in the application manifest.
Public classApplicationManifestDefaultTaskNode
Represents a default task in the application manifest.
Public classApplicationManifestExtendedTaskNode
Represents an extended task in the application manifest.
Public classApplicationManifestIconPathNode
Represents the location of the app icon that is visible in the app list.
Public classApplicationManifestLanguageNode
Represents a language in the application manifest.
Public classApplicationManifestNamedNode
Represents a named node in the application manifest.
Public classApplicationManifestTaskNodeBase
Represents a task in the application manifest.
Public classApplicationManifestTokenNode
Represents a token in the application manifest.
Public classChunkedStream
Creates a stream that helps dividing data in fixed size chunks.
Public classDebugOptions
Helper class to set debugging options used in Cimbalino Toolkit.
Public classDependencyObjectCollectionT
Represents a collection of DependencyObject instances of a specified type.
Public classHamburger
Static class that owns the Hamburger attached properties.
Public classNamescopeBinding
Allows binding of objects in a different XAML namescope.
Public classObservableBase
Base helper class that will notify any listener for task completion.
Public classObservableTask
Helper class that will notify any listener for task completion.
Public classObservableTaskT
Helper class that will notify any listener for task completion.
Public classObservableTaskBaseT
A basic implementation of INotifyPropertyChanged.
Public classOptimizedObservableCollectionT
Public classWeakAction
Stores an Action without causing a hard reference to be created to the action's owner. The owner can be garbage collected at any time.
Public classWeakActionT
Stores an ActionT without causing a hard reference to be created to the action's owner. The owner can be garbage collected at any time.
Public classWeakEventSubscription
Stores an EventHandler without causing a hard reference to be created to the event handler's owner. The owner can be garbage collected at any time.
Public classWeakEventSubscriptionT
Stores an EventHandlerTEventArgs without causing a hard reference to be created to the event handler's owner. The owner can be garbage collected at any time.
Public classWeakEventSubscriptionT1, T2
Stores a TypedEventHandlerTSender, TResult without causing a hard reference to be created to the event handler's owner. The owner can be garbage collected at any time.
Public classWeakFuncTResult
Stores an FuncTResult without causing a hard reference to be created to the function's owner. The owner can be garbage collected at any time.
Public classWeakFuncT, TResult
Stores an FuncT, TResult without causing a hard reference to be created to the function's owner. The owner can be garbage collected at any time.