Base:
property
WindowText
System.Windows.Forms.Control.WindowText
1 write to WindowText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2919WindowText = text; // this calls Win32::SetWindowText directly, no OnTextChanged raised.
7 references to WindowText
System.Windows.Forms (7)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2511string oldText = WindowText;
winforms\Managed\System\WinForms\TextBoxBase.cs (6)
1026ToUnicodeOffsets( WindowText, ref start, ref end ); 1292if (!WindowText.Equals(value)) { 1827if (String.IsNullOrEmpty(this.WindowText)) { 1864UnsafeNativeMethods.ITextRange textRange = textDocument.Range(this.WindowText.Length - 1, this.WindowText.Length - 1); 2051ToDbcsOffsets(WindowText, ref start, ref end);