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