4 references to ShouldRenderPassword
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
791
get =>
ShouldRenderPassword
? InvalidPoint : _valueTipPoint;
1926
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)
4380
EditTextBox.UseSystemPasswordChar = gridEntry.
ShouldRenderPassword
;