| Name | Description |
| ArrangeOverride | (Inherited from System.Windows.FrameworkElement) |
| GetTemplateChild | (Inherited from System.Windows.Controls.Control) |
| MeasureOverride | (Inherited from System.Windows.FrameworkElement) |
| OnClick | Called when mouse click the control to raise click event and execute command. |
| OnContentChanged | (Inherited from System.Windows.Controls.ContentControl) |
| OnCreateAutomationPeer | (Inherited from System.Windows.UIElement) |
| OnDragEnter | (Inherited from System.Windows.Controls.Control) |
| OnDragLeave | (Inherited from System.Windows.Controls.Control) |
| OnDragOver | (Inherited from System.Windows.Controls.Control) |
| OnDrop | (Inherited from System.Windows.Controls.Control) |
| OnGotFocus | (Inherited from System.Windows.Controls.Control) |
| OnKeyDown | Overridden. Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. |
| OnKeyUp | (Inherited from System.Windows.Controls.Control) |
| OnLostFocus | (Inherited from System.Windows.Controls.Control) |
| OnLostMouseCapture | (Inherited from System.Windows.Controls.Control) |
| OnMouseEnter | Overridden. Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. |
| OnMouseLeave | Overridden. Invoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. |
| OnMouseLeftButtonDown | (Inherited from System.Windows.Controls.Control) |
| OnMouseLeftButtonUp | Overridden. Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. |
| OnMouseMove | (Inherited from System.Windows.Controls.Control) |
| OnMouseRightButtonDown | (Inherited from System.Windows.Controls.Control) |
| OnMouseRightButtonUp | (Inherited from System.Windows.Controls.Control) |
| OnMouseWheel | (Inherited from System.Windows.Controls.Control) |
| OnTextInput | (Inherited from System.Windows.Controls.Control) |
| OnTextInputStart | (Inherited from System.Windows.Controls.Control) |
| OnTextInputUpdate | (Inherited from System.Windows.Controls.Control) |
| UpdateVisualState | Overridden. Updates the state of the control. |