4 references to ShouldRenderPassword
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
1023
return
ShouldRenderPassword
? InvalidPoint : valueTipPoint;
2217
if (
ShouldRenderPassword
) {
3018
if (owner.
ShouldRenderPassword
) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4490
Edit.UseSystemPasswordChar = gridEntry.
ShouldRenderPassword
;