5 references to GetFormattedDisplayString
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
1377return GetFormattedDisplayString().Length; 1691SetWindowText(GetFormattedDisplayString(), false, false); 2878SetWindowText(GetFormattedDisplayString(), oldText != TextOutput, preserveCharPos); 2889SetWindowText(GetFormattedDisplayString(), true, false); 2899SetWindowText(GetFormattedDisplayString(), false, true);