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