Uses of Class
system.windows.controls.TextBox
-
Packages that use TextBox Package Description system.windows.automation.peers system.windows.controls system.windows.controls.primitives -
-
Uses of TextBox in system.windows.automation.peers
Constructors in system.windows.automation.peers with parameters of type TextBox Constructor Description TextBoxAutomationPeer(TextBox owner)
-
Uses of TextBox in system.windows.controls
Methods in system.windows.controls that return TextBox Modifier and Type Method Description static TextBox
TextBox. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoTextBox
, a cast assert is made to check if types are compatible. -
Uses of TextBox in system.windows.controls.primitives
Subclasses of TextBox in system.windows.controls.primitives Modifier and Type Class Description class
DatePickerTextBox
The base .NET class managing System.Windows.Controls.Primitives.DatePickerTextBox, PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
-