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