System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
670SetWindowText(unformattedText, false, false);
1487SetWindowText(GetFormattedDisplayString(), false, false);
2606SetWindowText(GetFormattedDisplayString(), oldText != TextOutput, preserveCharPos);
2617SetWindowText(GetFormattedDisplayString(), true, false);
2627SetWindowText(GetFormattedDisplayString(), false, true);