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