5 writes to IncludeLiterals
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
1501this.IncludeLiterals = false; 1506this.IncludeLiterals = true; 1512this.IncludeLiterals = include; 1539this.IncludePrompt = this.IncludeLiterals = true; 1545this.IncludeLiterals = includeLits;
4 references to IncludeLiterals
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MaskedTextBox.cs (4)
1465if( this.IncludeLiterals ) 1473if( this.IncludeLiterals ) 1535bool includeLits = this.IncludeLiterals; 2555textValue = this.maskedTextProvider.ToString(/*includePrompt*/ false, this.IncludeLiterals);