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