5 references to GetFormattedDisplayString
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
1215
return
GetFormattedDisplayString
().Length;
1493
SetWindowText(
GetFormattedDisplayString
(), false, false);
2615
SetWindowText(
GetFormattedDisplayString
(), oldText != TextOutput, preserveCharPos);
2626
SetWindowText(
GetFormattedDisplayString
(), true, false);
2636
SetWindowText(
GetFormattedDisplayString
(), false, true);