10 references to IsPassword
System.ComponentModel.TypeConverter (4)
System\ComponentModel\MaskedTextProvider.cs (4)
600
if (
IsPassword
!= value)
2483
if (!
IsPassword
|| AssignedEditPositionCount == 0) // just return the testString since it contains the formatted text.
2587
if (!
IsPassword
|| ignorePasswordChar) // we may not need to format the text...
2633
if (
IsPassword
&& !ignorePasswordChar)
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (6)
667
if (_maskedTextProvider.
IsPassword
)
882
=> _maskedTextProvider.
IsPassword
;
1823
if (_flagState[s_isNullMask] && _maskedTextProvider.
IsPassword
)
2600
if (newProvider.
IsPassword
)
2726
if (_maskedTextProvider.
IsPassword
) // cannot copy password to clipboard.
2765
if (ReadOnly || _maskedTextProvider.
IsPassword
)