5 references to GetFormattedDisplayString
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
1213
return
GetFormattedDisplayString
().Length;
1491
SetWindowText(
GetFormattedDisplayString
(), false, false);
2613
SetWindowText(
GetFormattedDisplayString
(), oldText != TextOutput, preserveCharPos);
2624
SetWindowText(
GetFormattedDisplayString
(), true, false);
2634
SetWindowText(
GetFormattedDisplayString
(), false, true);