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