1 reference to EM_GETFIRSTVISIBLELINE
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1868
int firstVisibleLine = unchecked( (int) (long)SendMessage(NativeMethods.
EM_GETFIRSTVISIBLELINE
, 0, 0));