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