2 writes to TTM_SETTITLE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2501TTM_SETTITLE = NativeMethods.TTM_SETTITLEA; 2596TTM_SETTITLE = NativeMethods.TTM_SETTITLEW;
4 references to TTM_SETTITLE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
7886UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_SETTITLE, NativeMethods.TTI_WARNING, SR.GetString(SR.SecurityToolTipCaption));
winforms\Managed\System\WinForms\ToolTip.cs (3)
538UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, title); 577UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, toolTipTitle); 937UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, title);