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