13 references to TextOutput
System.Windows.Forms (13)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (13)
662
string formattedText =
TextOutput
;
1154
return
TextOutput
;
1173
string oldText =
TextOutput
;
1176
if (
TextOutput
!= oldText)
1316
string? oldText = _flagState[s_isNullMask] ? null :
TextOutput
;
1335
if (oldText is not null && oldText !=
TextOutput
)
1536
string oldText =
TextOutput
;
1539
if (
TextOutput
!= oldText)
1986
string oldText =
TextOutput
;
1989
if (
TextOutput
!= oldText)
2265
bool updateText =
TextOutput
!= clonedProvider.ToString();
2550
oldText =
TextOutput
;
2626
SetWindowText(GetFormattedDisplayString(), oldText !=
TextOutput
, preserveCharPos);