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