public class TextBox : TextEditorBase, IVisualElement, ICursorProvider, IScrollable, ITextEditorHost, ISelectionOwner, TextBox.IBindings, TextEditorBase.IBindings, Visual.IBindings
kind:method
kind:property
kind:ctor
TextBox()
TextBox(Func<String?>)
TextBox(String?)
TextBox(Binding<String?>)
AcceptsReturn
Alignment
ClipboardMode
IsPassword
IsSingleLine
PasswordRevealMode
ShowPlaceholderWhenUnfocusedOnly
Text
TextAlignment
TextBox.IBindings.ClipboardMode
TextBox.IBindings.IsPassword
TextBox.IBindings.PasswordRevealMode
TextBox.IBindings.Text
TextBox.IBindings.TextAlignment
ArrangeCore(in Rectangle)
BindClipboardMode(Binding<TextBoxClipboardMode>)
BindIsPassword(Binding<Boolean>)
BindPasswordRevealMode(Binding<PasswordRevealMode>)
BindText(Binding<String?>)
BindTextAlignment(Binding<TextAlignment>)
GetTextBoxStyle()
MeasureCore(in LayoutConstraints)
OnKeyDown(KeyEventArgs)
RenderOverride(CellBuffer)
WriteTextSegment(CellBuffer, Int32, Int32, ReadOnlySpan<Char>, Style, Boolean, Int32, Int32)