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