3 references to EM_GETTEXTRANGE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
270
PInvokeCore.
EM_GETTEXTRANGE
=> "EM_GETTEXTRANGE",
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2032
len = (int)PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETTEXTRANGE
, 0, ref txrg);
3187
int len = (int)PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETTEXTRANGE
, 0, ref txrg);