 | WPF Text Input Controls - TextBox - Multiline The fifty-first part of the Windows Presentation Foundation Fundamentals tutorial continues to describe the TextBox control. This instalment looks at the properties and methods used when working with TextBoxes with multiple lines of text. |
 | WPF Text Input Controls - PasswordBox The fifty-second part of the Windows Presentation Foundation Fundamentals tutorial describes the PasswordBox. This control permits the user to enter a password, or other secret information, in a secure manner. |
 | WPF Text Input Controls - RichTextBox The fifty-third part of the Windows Presentation Foundation Fundamentals tutorial describes the RichTextBox control. This control permits the editing of documents with complex formatting and inserted images. |
 | WPF Text Input Controls Class Hierarchy The fifty-fourth part of the Windows Presentation Foundation Fundamentals tutorial looks at the base classes of the WPF text input controls. This article includes the inheritance hierarchy of all of the WPF controls seen so far, including the text controls. |
 | WPF Base Classes - TextBoxBase - Text Editing The fifty-fifth part of the Windows Presentation Foundation Fundamentals tutorial starts to look at the TextBoxBase class. This is the base class for the TextBox and RichTextBox controls, providing shared functionality for text editing. |
 | WPF Base Classes - TextBoxBase - Styling The fifty-sixth part of the Windows Presentation Foundation Fundamentals tutorial continues to examine the TextBoxBase class. This article describes properties that can be used to style text box controls. |
 | WPF Base Classes - TextBoxBase - Scroll Position The fifty-seventh part of the Windows Presentation Foundation Fundamentals tutorial continues to look at members of the TextBoxBase class. This article examines the methods that can be used to scroll text box contents. |
 | WPF Base Classes - TextBoxBase - Selection The fifty-eighth part of the Windows Presentation Foundation Fundamentals tutorial looks at more members of the TextBoxBase class, which is inherited by some text input controls. This article looks at text selection members. |
 | WPF Base Classes - TextBoxBase - Clipboard The fifty-ninth part of the Windows Presentation Foundation Fundamentals tutorial continues to examine the TextBoxBase class, which is a base class for text input controls. This article considers the clipboard features. |
 | WPF Base Classes - TextBoxBase - Undo and Redo The sixtieth part of the Windows Presentation Foundation Fundamentals tutorial continues the examination of the TextBoxBase class, a base class for text input controls. This article considers the in-built undo and redo capabilities. |