5 writes to IncludePrompt
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
1500this.IncludePrompt = true; 1505this.IncludePrompt = false; 1511this.IncludePrompt = include; 1539this.IncludePrompt = this.IncludeLiterals = true; 1544this.IncludePrompt = includePrompt;
2 references to IncludePrompt
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (2)
1463if( this.IncludePrompt ) 1534bool includePrompt = this.IncludePrompt;