| Name | Description | |
|---|---|---|
![]() | AddHandler | Overloaded. (Inherited from System.Windows.UIElement) |
![]() | AddToEventRoute | Adds handlers to the specified System.Windows.EventRoute for the current System.Windows.UIElement event handler collection. (Inherited from System.Windows.UIElement) |
![]() | AppendText | Appends a string to the contents of a text control. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | ApplyAnimationClock | Overloaded. (Inherited from System.Windows.UIElement) |
![]() | ApplyTemplate | Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. (Inherited from System.Windows.FrameworkElement) |
![]() | Arrange | Positions child elements and determines a size for a System.Windows.UIElement. Parent elements call this method from their System.Windows.UIElement.ArrangeCore(System.Windows.Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update. (Inherited from System.Windows.UIElement) |
![]() | BeginAnimation | Overloaded. (Inherited from System.Windows.UIElement) |
![]() | BeginChange | Begins a change block. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | BeginInit | Starts the initialization process for this element. (Inherited from System.Windows.FrameworkElement) |
![]() | BeginStoryboard | Overloaded. (Inherited from System.Windows.FrameworkElement) |
![]() | BringIntoView | Overloaded. (Inherited from System.Windows.FrameworkElement) |
![]() | CaptureMouse | Attempts to force capture of the mouse to this element. (Inherited from System.Windows.UIElement) |
![]() | CaptureStylus | Attempts to force capture of the stylus to this element. (Inherited from System.Windows.UIElement) |
![]() | CaptureTouch | Attempts to force capture of a touch to this element. (Inherited from System.Windows.UIElement) |
![]() | Clear | Clears all the content from the text box. (Inherited from System.Windows.Controls.TextBox) |
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | Copy | Copies the current selection of the text editing control to the System.Windows.Clipboard. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | Cut | Removes the current selection from the text editing control and copies it to the System.Windows.Clipboard. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | DeclareChangeBlock | Creates a change block. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | EndChange | Ends a change block. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | EndInit | Indicates that the initialization process for the element is complete. (Inherited from System.Windows.FrameworkElement) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | FindCommonVisualAncestor | Returns the common ancestor of two visual objects. (Inherited from System.Windows.Media.Visual) |
![]() | FindName | (Inherited from System.Windows.FrameworkElement) |
![]() | FindResource | Searches for a resource with the specified key, and throws an exception if the requested resource is not found. (Inherited from System.Windows.FrameworkElement) |
![]() | Focus | Attempts to set focus to this element. (Inherited from System.Windows.UIElement) |
![]() | GetAnimationBaseValue | Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. (Inherited from System.Windows.UIElement) |
![]() | GetBindingExpression | Returns the System.Windows.Data.BindingExpression that represents the binding on the specified property. (Inherited from System.Windows.FrameworkElement) |
![]() | GetCharacterIndexFromLineIndex | Returns the zero-based character index for the first character in the specified line. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetCharacterIndexFromPoint | Returns the zero-based index of the character that is closest to the specified point. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetFirstVisibleLineIndex | Returns the line index for the first line that is currently visible in the text box. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | GetLastVisibleLineIndex | Returns the line index for the last line that is currently visible in the text box. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetLineIndexFromCharacterIndex | Returns the zero-based line index for the line that contains the specified character index. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetLineLength | Returns the number of characters in the specified line. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetLineText | Returns the text that is currently displayed on the specified line. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | GetNextSpellingErrorCharacterIndex | Returns the beginning character index for the next spelling error in the contents of the text box. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetRectFromCharacterIndex | Overloaded. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetSpellingError | Returns a System.Windows.Controls.SpellingError object associated with any spelling error at the specified character index. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetSpellingErrorLength | Returns the length of any spelling error that includes the specified character. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetSpellingErrorStart | Returns the beginning character index for any spelling error that includes the specified character. (Inherited from System.Windows.Controls.TextBox) |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | InputHitTest | (Inherited from System.Windows.UIElement) |
![]() | InvalidateArrange | Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by System.Windows.UIElement.UpdateLayout. (Inherited from System.Windows.UIElement) |
![]() | InvalidateMeasure | Invalidates the measurement state (layout) for the element. (Inherited from System.Windows.UIElement) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateVisual | Invalidates the rendering of the element, and forces a complete new layout pass. System.Windows.UIElement.OnRender(System.Windows.Media.DrawingContext) is called after the layout cycle is completed. (Inherited from System.Windows.UIElement) |
![]() | IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. (Inherited from System.Windows.Media.Visual) |
![]() | IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. (Inherited from System.Windows.Media.Visual) |
![]() | LineDown | Scrolls the contents of the control down by one line. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | LineLeft | Scrolls the contents of the control to the left by one line. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | LineRight | Scrolls the contents of the control to the right by one line. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | LineUp | Scrolls the contents of the control upward by one line. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | LockCurrentUndoUnit | Locks the most recent undo unit of the undo stack of the application. This prevents the locked unit from being merged with undo units that are added subsequently. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | Measure | Updates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Parent elements call this method from their own System.Windows.UIElement.MeasureCore(System.Windows.Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update. (Inherited from System.Windows.UIElement) |
![]() | MoveFocus | Moves the keyboard focus away from this element and to another element in a provided traversal direction. (Inherited from System.Windows.FrameworkElement) |
![]() | PageDown | Scrolls the contents of the control down by one page. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | PageLeft | Scrolls the contents of the control to the left by one page. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | PageRight | Scrolls the contents of the control to the right by one page. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | PageUp | Scrolls the contents of the control up by one page. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | Paste | Pastes the contents of the Clipboard over the current selection in the text editing control. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | PointFromScreen | Converts a System.Windows.Point in screen coordinates into a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual. (Inherited from System.Windows.Media.Visual) |
![]() | PointToScreen | Converts a System.Windows.Point that represents the current coordinate system of the System.Windows.Media.Visual into a System.Windows.Point in screen coordinates. (Inherited from System.Windows.Media.Visual) |
![]() | PredictFocus | Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. (Inherited from System.Windows.FrameworkElement) |
![]() | RaiseEvent | (Inherited from System.Windows.UIElement) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) |
![]() | Redo | Undoes the most recent undo command. In other words, redoes the most recent undo unit on the undo stack. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | RegisterName | Provides an accessor that simplifies access to the System.Windows.NameScope registration method. (Inherited from System.Windows.FrameworkElement) |
![]() | ReleaseAllTouchCaptures | Releases all captured touch devices from this element. (Inherited from System.Windows.UIElement) |
![]() | ReleaseMouseCapture | Releases the mouse capture, if this element held the capture. (Inherited from System.Windows.UIElement) |
![]() | ReleaseStylusCapture | Releases the stylus device capture, if this element held the capture. (Inherited from System.Windows.UIElement) |
![]() | ReleaseTouchCapture | Attempts to release the specified touch device from this element. (Inherited from System.Windows.UIElement) |
![]() | RemoveHandler | (Inherited from System.Windows.UIElement) |
![]() | ScrollToEnd | Scrolls the view of the editing control to the end of the content. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | ScrollToHome | Scrolls the view of the editing control to the beginning of the viewport. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | ScrollToHorizontalOffset | Scrolls the contents of the editing control to the specified horizontal offset. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | ScrollToLine | Scrolls the line at the specified line index into view. (Inherited from System.Windows.Controls.TextBox) |
![]() | ScrollToVerticalOffset | Scrolls the contents of the editing control to the specified vertical offset. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | Select | Selects a range of text in the text box. (Inherited from System.Windows.Controls.TextBox) |
![]() | SelectAll | Selects all the contents of the text editing control. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | SetBinding | Overloaded. (Inherited from System.Windows.FrameworkElement) |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetResourceReference | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. (Inherited from System.Windows.FrameworkElement) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | ToString | Returns the string representation of a System.Windows.Controls.Control object. (Inherited from System.Windows.Controls.Control) |
![]() | TransformToAncestor | Overloaded. (Inherited from System.Windows.Media.Visual) |
![]() | TransformToDescendant | Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object descendant. (Inherited from System.Windows.Media.Visual) |
![]() | TransformToVisual | Returns a transform that can be used to transform coordinates from the System.Windows.Media.Visual to the specified visual object. (Inherited from System.Windows.Media.Visual) |
![]() | TranslatePoint | Translates a point relative to this element to coordinates that are relative to the specified element. (Inherited from System.Windows.UIElement) |
![]() | TryFindResource | Searches for a resource with the specified key, and returns that resource if found. (Inherited from System.Windows.FrameworkElement) |
![]() | Undo | Undoes the most recent undo command. In other words, undoes the most recent undo unit on the undo stack. (Inherited from System.Windows.Controls.Primitives.TextBoxBase) |
![]() | UnregisterName | Simplifies access to the System.Windows.NameScope de-registration method. (Inherited from System.Windows.FrameworkElement) |
![]() | UpdateDefaultStyle | Reapplies the default style to the current System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
![]() | UpdateLayout | Ensures that all visual child elements of this element are properly updated for layout. (Inherited from System.Windows.UIElement) |


