|
Â
| Name | Description |
|---|
 | CallSpin |
Spins the control.
|
 | CanModifyChar |
Gets a value indicating whether the char can be modified when no mask.
|
 | CanReplaceChar |
Gets a value indicating whether the char can be replaced when no mask.
|
 | CheckForDataValidationErrors |
Checks the value of a DependencyProperty for validation errors.
|
 | ClearSelectionNoMask |
Clears the selection when no mask.
|
 | CoerceDisplayTextOverride |
The text has changed and the DisplayText has to be coerced against the Text.
|
 | CoerceInternalValueFromStronglyTypeValueOverride |
Coerces the ValueInternal property from the Value property.
|
 | CoerceStronglyTypeValueFromInternalValueOverride |
Coerces the Value property from the ValueInternal property.
|
 | CoerceTextInternalOverride |
The internal value has changed and the Text has to be coerced against the ValueInternal.
|
 | CoerceTextOverride |
The value has changed and the Text has to be coerced against the value.
|
 | CoerceValueOverride |
The text has changed and the value has to be coerced against the text.
|
  | CopyBinding |
Clones a Binding and sets its Mode to TwoWay and UpdateSourceTrigger to Explicit.
|
 | FindNextAvailablePosition |
Finds the next available position in the MaskedTextResolved.
|
 | FindNextSeparatorPosition(Int32) |
Finds the next separator position when no mask.
|
 | FindNextSeparatorPosition(Boolean, Int32, Separator%) |
Finds the next position with separator.
|
 | FindPreviousAvailablePositionNoMask |
Finds the previous available position when no mask.
|
 | FindPreviousSeparatorPosition |
Finds the previous separator position.
|
 | GetRightOffset |
Gets the offset from the right.
|
 | GetValidCharOverride |
Gets the valid char for a position.
|
 | HandleBackKeyNoMask |
Handles the Back key when no mask.
|
 | HandleClearOverride |
Called, when the Clear command is invoked.
|
 | HandleDeleteKeyNoMask |
Handles the Delete key when no mask.
|
 | HandleDivideKey |
Handles the Divide key.
|
 | HandleEnterKey |
Handles the Enter key.
|
 | HandleLeftKey |
Handles the left key down.
|
 | HandleMultiplyKey |
Handles the Multiply key.
|
 | HandlePaste |
Handles the paste operation.
|
 | HandlePasteOverride |
Handles the paste operation.
|
 | HandleSpaceKey |
Handles the Space key.
|
 | HandleSpin |
Handle the spin of the value.
|
 | HandleSpinNoMask |
Handles the spin when no mask.
|
 | HandleSubstractKey |
Handles the Subtract key.
|
 | HandleTabKeyNoMask |
Handles the tab key when no mask.
|
 | HandleUnknownKeyOverride |
Handles the key press of an Unknown key with a specific key code.
|
 | InsertCharNoMask |
Inserts a new character when no mask.
|
 | IsCharValid |
Gets a value indicating whether the char is valid when no mask.
|
 | IsMaskValidOverride |
Performs validation on the masked text.
|
 | IsPlaceholder(Char) |
Checks whether a specific character is a placeholder.
|
 | IsPlaceholder(Int32) |
Checks whether a specific index is a placeholder.
|
 | IsPlaceholder(String) |
Checks whether a specific string is a placeholder.
|
 | IsSeparator(Char) |
Checks whether a specific character is a separator.
|
 | IsSeparator(String) |
Checks whether a specified string is a separator.
|
 | IsSeparator(Char, Separator%) |
Checks whether a specific character is a separator.
|
 | IsSeparator(String, Separator%) |
Checks whether a specified string is a separator.
|
 | IsSeparatorNoMask |
Gets a value indicating whether a char is a separator when no mask.
|
 | MoveCharactersInInsertBehaviorOverride |
Moves a group characters from the specified position to the left one position from the last Placeholder.
|
 | OnApplicationCut |
Handles ApplicationCommand.Cut execution.
|
 | OnApplicationPaste |
Handles ApplicationCommand.Paste execution.
|
 | OnApplyTemplate | (Overrides FrameworkElement..::..OnApplyTemplate()()()().) |
 | OnCreateAutomationPeer |
Creates automation peer.
(Overrides UIElement..::..OnCreateAutomationPeer()()()().) |
 | OnCultureChanged |
Executed when the Culture changes.
|
 | OnLoadedOverride |
Called when control is loaded.
|
 | OnMouseEnter |
When the mouse enters the control.
(Overrides UIElement..::..OnMouseEnter(MouseEventArgs).) |
 | OnMouseLeave |
When the mouse leaves the control.
(Overrides UIElement..::..OnMouseLeave(MouseEventArgs).) |
 | OnMouseWheel |
Handles the MouseWheel.
(Overrides UIElement..::..OnMouseWheel(MouseWheelEventArgs).) |
 | OnSelectionOnFocus |
Executes when the focus is obtained.
|
 | OnUnloadedOverride |
Called when the control is unloaded.
|
  | OnValueChangedBase |
Executed when the Value property changes.
|
 | ParseMask |
Parses the Mask property and sets the MaskedText.
|
 | Remove |
Removes number of characters from the internal text when no mask.
|
 | ReplaceChar |
Replaces a char when no mask.
|
 | ResetTheme |
Resets the theme.
|
 | SelectAll |
Selects the whole text.
|
 | SetDefaultStyleKey | |
 | SetFromRightOffset |
Sets the offset from the right.
|
 | SetSeparators |
Method that sets predefined separators.
|
 | StartsWithSeparator(StringBuilder, Boolean, Separator%) |
Checks whether a specified string starts with a separator.
|
 | StartsWithSeparator(StringBuilder, Boolean, Separator%, Int32%) |
Checks whether a specified string starts with a separator.
|
  | TrimTextStart |
Trims a specified string from certain characters.
|
 | UpdateEditableTextEndPositions |
Forces updates of the EditableTextEnd and EditableTextStart properties.
|
 | UpdateEditableTextEndPositionsOverride |
Updates the EditableTextEnd and EditableTextStart properties.
|
 | ValueChangingOverride |
Performs a pre-value changing checking whether the inherited control allows the ValueChanging(ed) events to be raised.
|