9 references to AllowPromptAsInput
System (3)
compmod\system\componentmodel\MaskedTextProvider.cs (3)
508
this.
AllowPromptAsInput
,
519
this.
AllowPromptAsInput
,
2355
if( !this.
AllowPromptAsInput
)
System.Windows.Forms (6)
winforms\Managed\System\WinForms\MaskedTextBox.cs (6)
228
return this.maskedTextProvider.
AllowPromptAsInput
;
232
if( value != this.maskedTextProvider.
AllowPromptAsInput
)
287
this.maskedTextProvider.
AllowPromptAsInput
,
397
this.maskedTextProvider.
AllowPromptAsInput
,
777
this.maskedTextProvider.
AllowPromptAsInput
,
1025
this.maskedTextProvider.
AllowPromptAsInput
,