7 references to IncludeLiterals
System.Windows.Forms (7)
winforms\Managed\System\WinForms\MaskedTextBox.cs (7)
416DefaultValue(MaskFormat.IncludeLiterals) 434return MaskFormat.IncludeLiterals; 453else if( value == MaskFormat.IncludeLiterals ) 1457DefaultValue(MaskFormat.IncludeLiterals) 1475return MaskFormat.IncludeLiterals; 1503else if( value == MaskFormat.IncludeLiterals ) 1994bool includeLiterals = (CutCopyMaskFormat & MaskFormat.IncludeLiterals) != 0;