1 write to CutCopyMaskFormat
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
74designMaskedTextBox.CutCopyMaskFormat = maskedTextBox.CutCopyMaskFormat;
3 references to CutCopyMaskFormat
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
1781bool includePrompt = (CutCopyMaskFormat & MaskFormat.IncludePrompt) != 0; 1782bool includeLiterals = (CutCopyMaskFormat & MaskFormat.IncludeLiterals) != 0;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
74designMaskedTextBox.CutCopyMaskFormat = maskedTextBox.CutCopyMaskFormat;