2 writes to ShowAlways
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewToolTip.cs (1)
54
this.toolTip.
ShowAlways
= true;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1709
this.buttonTips.
ShowAlways
= true;
1 reference to ShowAlways
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolTip.cs (1)
2156
return s + " InitialDelay: " + InitialDelay.ToString(CultureInfo.CurrentCulture) + ", ShowAlways: " +
ShowAlways
.ToString(CultureInfo.CurrentCulture);