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