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