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