4 writes to SkipLiterals
System (2)
compmod\system\componentmodel\MaskedTextProvider.cs (2)
530clonedProvider.SkipLiterals = false; 544clonedProvider.SkipLiterals = this.SkipLiterals;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (2)
1152this.maskedTextProvider.SkipLiterals = value; 2768newProvider.SkipLiterals = this.maskedTextProvider.SkipLiterals;
5 references to SkipLiterals
System (3)
compmod\system\componentmodel\MaskedTextProvider.cs (3)
544clonedProvider.SkipLiterals = this.SkipLiterals; 2329if (this.SkipLiterals && (input == this.testString[position])) 2510return this.SkipLiterals && input == this.testString[position];
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (2)
1148return this.maskedTextProvider.SkipLiterals; 2768newProvider.SkipLiterals = this.maskedTextProvider.SkipLiterals;