4 references to ShouldRenderPassword
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
785get => ShouldRenderPassword ? InvalidPoint : _valueTipPoint; 1920if (ShouldRenderPassword)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
124if (owner.ShouldRenderPassword)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4377EditTextBox.UseSystemPasswordChar = gridEntry.ShouldRenderPassword;