13 references to TextOutput
System.Windows.Forms (13)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (13)
658
string formattedText =
TextOutput
;
1150
return
TextOutput
;
1169
string oldText =
TextOutput
;
1172
if (
TextOutput
!= oldText)
1312
string? oldText = _flagState[s_isNullMask] ? null :
TextOutput
;
1331
if (oldText is not null && oldText !=
TextOutput
)
1530
string oldText =
TextOutput
;
1533
if (
TextOutput
!= oldText)
1980
string oldText =
TextOutput
;
1983
if (
TextOutput
!= oldText)
2248
bool updateText =
TextOutput
!= clonedProvider.ToString();
2530
oldText =
TextOutput
;
2606
SetWindowText(GetFormattedDisplayString(), oldText !=
TextOutput
, preserveCharPos);