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