9 references to IsPassword
System (4)
compmod\system\componentmodel\MaskedTextProvider.cs (4)
664if( this.IsPassword != value ) 2635if (!this.IsPassword || this.assignedCharCount == 0) // just return the testString since it contains the formatted text. 2742if (!this.IsPassword || ignorePasswordChar) // we may not need to format the text... 2788if (this.IsPassword && !ignorePasswordChar)
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
732if( this.maskedTextProvider.IsPassword ) 982return this.maskedTextProvider.IsPassword; 2020if( this.flagState[IS_NULL_MASK]&& this.maskedTextProvider.IsPassword ) 2863if( newProvider.IsPassword ) 2992if (this.maskedTextProvider.IsPassword) // cannot copy password to clipboard.