winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
739SetWindowText(unformattedText, false, false );
1691SetWindowText(GetFormattedDisplayString(), false, false);
2878SetWindowText(GetFormattedDisplayString(), oldText != TextOutput, preserveCharPos);
2889SetWindowText(GetFormattedDisplayString(), true, false);
2899SetWindowText(GetFormattedDisplayString(), false, true);