System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
674SetWindowText(unformattedText, false, false);
1493SetWindowText(GetFormattedDisplayString(), false, false);
2615SetWindowText(GetFormattedDisplayString(), oldText != TextOutput, preserveCharPos);
2626SetWindowText(GetFormattedDisplayString(), true, false);
2636SetWindowText(GetFormattedDisplayString(), false, true);