Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace
Classes
Class | Description | |
---|---|---|
ContextMenuButton |
Sites and opens the ContextMenu on a button when it is clicked. This enables showing the context menu on left-click gestures. This is used by the design-time infrastructure and is not intended to be used directly from your code. |
|
ContextMenuButtonAutomationPeer |
The automation-peer for ContextMenuButton. This is not intended to be used directly from your code.
|
|
DoubleClickCommand |
Class that contains attacheable properties that can be used to bind an ICommand implemention to a Control's MouseDoubleClick event
|
|
ElementModelContainer |
Contains an ElementViewModel providing hookup for keyboard acceleration and default layout and visualization. This is used by the design-time infrastructure and is not intended to be used directly from your code. |
|
ElementModelContainerAutomationPeer |
This is used by the design-time infrastructure and is not intended to be used directly from your code. The automation peer for ElementModelContainer. |
|
GridSplitterKeyAccelerator |
This is used by the design-time infrastructure and is not intended to be used directly from your code. Associates a KeyGesture to control the expansion or contraction of one Grid column. |
|
GridSplitterKeyAcceleratorBehavior |
Behavior attached to Grid to manage handling increment and decrement responses to KeyGesture This is attached to a grid using the attached properties.
|
|
MaskedPasswordTextBox |
This only provides masking of password but does not securely store it. It is intended for use in preventing exposure of password information on the screen, but not internally.
|
|
SectionModelContainer |
The container for a SectionViewModel providing. This is used by the design-time infrastructure and is not intended to be used directly from your code. |
|
SelectionHelper |
A utility class that coordinates between an ElementViewModel and connections with the user-interface, such as focus and input binding. This is used by the design-time infrastructure and is not intended to be used directly from your code. |
|
SelectionNotifyingContextMenu |
The SelectionNotifyingContextMenu tracks the currently selected SelectionNotifyingMenuItem as the user navigates through the menu. This is used by the design-time infrastructure and is not intended to be used directly from your code. |
|
SelectionNotifyingMenuItem |
The SelectionNotifyingMenuItem tracks child SelectionNotifyingMenuItems and provides notification to its parent if it becomes selected. This is used by the design-time infrastructure and is not intended to be used directly from your code. |
Interfaces
Interface | Description | |
---|---|---|
IValueChangeCoordinator |
Used to support testing of the MaskedPasswordTextBox
|