3 writes to IncludeLiterals
System (1)
compmod\system\componentmodel\MaskedTextProvider.cs (1)
545clonedProvider.IncludeLiterals = this.IncludeLiterals;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (2)
529this.maskedTextProvider.IncludeLiterals = value; 2767newProvider.IncludeLiterals = this.maskedTextProvider.IncludeLiterals;
8 references to IncludeLiterals
System (5)
compmod\system\componentmodel\MaskedTextProvider.cs (5)
545clonedProvider.IncludeLiterals = this.IncludeLiterals; 2658return ToString(/*ignorePwdChar*/ true, this.IncludePrompt, this.IncludeLiterals, 0, this.testString.Length); 2667return ToString(ignorePasswordChar, this.IncludePrompt, this.IncludeLiterals, 0, this.testString.Length); 2677return ToString(/*ignorePwdChar*/ true, this.IncludePrompt, this.IncludeLiterals, startPosition, length); 2688return ToString( ignorePasswordChar, this.IncludePrompt, this.IncludeLiterals, startPosition, length );
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (3)
188this.flagState[CUTCOPYINCLUDELITERALS ] = this.maskedTextProvider.IncludeLiterals; 525return this.maskedTextProvider.IncludeLiterals; 2767newProvider.IncludeLiterals = this.maskedTextProvider.IncludeLiterals;