1 reference to EM_LINEFROMCHAR
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1597
public virtual int GetLineFromCharIndex(int index) => (int)PInvokeCore.SendMessage(this, PInvokeCore.
EM_LINEFROMCHAR
, (WPARAM)index);