Toms |
Class | Description | |
---|---|---|
BackgroundThreadWithDispatcher | A dedicated thread hosting an active dispatcher. The thread will be created as background thread, so it does not need to be shut down explicitly. | |
BehaviorCollection | A collection of Behavior objects. | |
BindingErrorTracer | Helper class to detect binding errors during debugging. All functionality is only active if a debugger is attached. | |
BindingRelay | A simple helper to relay the data context to objects that don't live in the visual tree. | |
CanvasAnchor | Anchors for a canvas to specify two coordinates in one single operation specifying a Point. | |
ClipboardHelper | Helper methods to interchange data via clipboard. | |
ColumnDefinitionCollection | A collection of ColumnDefinition objects. | |
DateTimeSource | Provides values for date and time suitable for bindings. | |
DelegateCommand | A simple, straight forward delegate command implementation that does not make use of the command parameter. For usage see MVVM concepts. | |
DelegateCommandT | A simple, straight forward delegate command implementation. For usage see MVVM concepts. | |
DependencyObjectExtensions | Extensions methods to ease dealing with dependency objects. | |
DialogCommands | Routed commands for dialog management. | |
DispatcherExtensions | Extension methods to ease usage of dispatcher calls. | |
DispatcherThrottle | Implements a simple throttle that uses the dispatcher to delay the target action. Calling Tick multiple times will result in on single call to the action as soon as the dispatcher of the thread that created the throttle is dispatching calls of the specified priority. | |
DoubleClickPanel | A panel that raises MouseDoubleClick events like the Control. | |
ForegroundThreadWithDispatcher | A dedicated thread hosting an active dispatcher. The thread will be created as foreground thread, so this object must be explicitly disposed before the application can shut down. | |
GroupDescriptionCollection | A collection of GroupDescription objects. | |
GroupStyleCollection | A collection of GroupStyle objects. | |
ImageExtensions | Extension for the Image class: | |
InputBindingTemplate | A container to host the source InputBindingCollection. Must be a FrameworkElement to minimize binding errors. | |
ItemsControlExtensions | Extensions and helpers for the ItemsControl or derived classes. | |
ListCollectionViewListAdapterT | Adapter for a ListCollectionView that exposes the content as a read-only collection with an IList interface. | |
MultiSelectorExtensions |
Extensions for multi selectors like ListBox or DataGrid:
| |
NullCommand | A ICommand implementation that does nothing and can't be executed. | |
ObservableObject | Like ObservableObjectBase, with an additional dispatcher field to track the owning thread. This version is not serializable, since Dispatcher is not. | |
ObservableObjectBase | Base class implementing INotifyPropertyChanged. Supports declarative dependencies specified by the PropertyDependencyAttribute and relaying events of other objects using the RelayedEventAttribute. | |
PresentationFrameworkExtensions | Common extension methods for presentation framework objects. | |
PropertyBindingT | Support binding to a property of an element when the target is not a DependencyObject | |
PropertyBindingValueChangedEventArgsT | Event arguments for the ValueChanged event. | |
PropertyDependencyAttribute | Attribute to mark one property as dependent on another property. If you call OnPropertyChanged(String) for one property, the property change event will also be raised for all dependent properties. | |
RelayedEventAttribute | Attribute to mark one property to relay the property changed events of another property from the governing class. If you call OnPropertyChanged(String) for a property of the governing class, the property change event will also be raised for the relayed property. | |
ResourceKeys | A static class providing the resource keys for the theme resources. | |
RowDefinitionCollection | A collection of RowDefinition objects. | |
SelectorExtensions | Extensions for the Selector | |
StyleBindings | Extensions to support style binding of some read only collection properties. | |
TableHelper | Helper methods to parse or create text representations of a table. | |
TextBlockHelper | Attached property provider which adds the read-only attached property IsTextTrimmedProperty to the framework's TextBlock control. Can be used to e.g. show a dynamic tool tip with the full text, that shows up only if the text is really trimmed. | |
TextBoxVisibleWhiteSpaceDecorator | Makes white space in text boxes visible. | |
TextValidationEventArgs | Event argument for text validation events. | |
ThreadWithDispatcher | A dedicated thread hosting an active dispatcher. Creates a thread and starts a dispatcher in this thread. The dispatcher is only accessible after it's fully started. | |
Throttle | Implements a simple timed throttle. Calling Tick multiple times will restart the timer; there will be one single call to the action when the delay time has elapsed after the last tick. | |
TriggerCollection | A collection of Trigger (TriggerBase) objects. | |
VirtualizingDoubleClickPanel | A virtualizing panel that raises MouseDoubleClick events like the Control. | |
VisualExtensions | Extension methods to ease usage of Visual object. | |
WaitCursor | Helper class to ease automatic display of the wait cursor. | |
WindowCommands | Routed commands for window management. |
Structure | Description | |
---|---|---|
Coordinates | WGS-84 coordinates in degrees. |
Enumeration | Description | |
---|---|---|
TextValidationAction | The action to be taken after text validation. | |
WhiteSpaces | Classifies white spaces in plain text. |