1 write to BackColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1736this.buttonTips.BackColor = SystemColors.Info;
3 references to BackColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolTip.cs (3)
928if (BackColor != SystemColors.Info) { 929UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTIPBKCOLOR, ColorTranslator.ToWin32(BackColor), 0); 2632BackColor, ForeColor, font));