13 references to TextOutput
System.Windows.Forms (13)
winforms\Managed\System\WinForms\MaskedTextBox.cs (13)
727
string formattedText =
TextOutput
;
1317
return
TextOutput
;
1337
string oldText =
TextOutput
;
1341
if(
TextOutput
!= oldText )
1496
string oldText = this.flagState[IS_NULL_MASK] ? null :
TextOutput
;
1515
if( oldText != null && oldText !=
TextOutput
)
1737
string oldText =
TextOutput
;
1741
if(
TextOutput
!= oldText )
2213
string oldText =
TextOutput
;
2217
if(
TextOutput
!= oldText )
2484
bool updateText =
TextOutput
!= clonedProvider.ToString();
2801
oldText =
TextOutput
;
2878
SetWindowText(GetFormattedDisplayString(), oldText !=
TextOutput
, preserveCharPos);