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