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