2 writes to TTM_SETTITLE
System.Workflow.ComponentModel (2)
Shared\NativeMethods.cs (2)
188TTM_SETTITLE = TTM_SETTITLEA; 205TTM_SETTITLE = TTM_SETTITLEW;
1 reference to TTM_SETTITLE
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2344IntPtr lresult = NativeMethods.SendMessage(Handle, NativeMethods.TTM_SETTITLE, new IntPtr((int)ToolTipIcon.None), titleStr);