6 writes to lpszText
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29941ttt.lpszText = toolTip;
winforms\Managed\System\WinForms\TabControl.cs (2)
2033ttt.lpszText = tipText; 2035ttt.lpszText = controlTipText;
winforms\Managed\System\WinForms\ToolBar.cs (2)
1580ttt.lpszText = tbb.ToolTipText; 1582ttt.lpszText = null;
winforms\Managed\System\WinForms\TreeView.cs (1)
2956ttt.lpszText = tipText;