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