|
Volume Control
Application-specific hotkeys for Windows
|
Classes | |
| class | BindableTimer |
| class | DataTemplateTypeBinding |
| ViewModel object for creating a dictionary-style list of System.Type <=> System.Windows.DataTemplate bindings in XAML. More... | |
| class | DataTemplateTypeBindingSelector |
| DataTemplateSelector implementation that selects templates from a list of DataTemplateTypeBinding objects. More... | |
| class | FilteredTextItemsSource |
| Helper object for creating autocomplete suggestion dropdowns for textboxes. More... | |
| class | HorizontalScroll |
| WPF attached event for receiving horizontal scroll events sent by tiltable mouse wheels. More... | |
| class | MouseWheelHorizontalEventArgs |
| Event arguments for horizontal mouse wheel events. More... | |
| class | VisualTreeHelpers |
| Additional helper methods for navigating the visual tree. More... | |
| class | WindowHandleGetter |
| Helper object for C# Class Libraries being unable to get the current WPF window handle. More... | |
Functions | |
| delegate void | MouseWheelHorizontalEventHandler (object sender, MouseWheelHorizontalEventArgs e) |
| Event handler type for the MouseWheelHorizontal & PreviewMouseWheelHorizontal events. | |
| delegate void VolumeControl.WPF.MouseWheelHorizontalEventHandler | ( | object | sender, |
| MouseWheelHorizontalEventArgs | e | ||
| ) |
Event handler type for the MouseWheelHorizontal & PreviewMouseWheelHorizontal events.
| sender | The control that the user horizontally scrolled over top of. |
| e | Event arguments containing the distance scrolled, where |