5 references to GetFormattedDisplayString
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
1211return GetFormattedDisplayString().Length; 1487SetWindowText(GetFormattedDisplayString(), false, false); 2606SetWindowText(GetFormattedDisplayString(), oldText != TextOutput, preserveCharPos); 2617SetWindowText(GetFormattedDisplayString(), true, false); 2627SetWindowText(GetFormattedDisplayString(), false, true);