3 references to EM_GETTEXTRANGE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
271case RichTextBoxConstants.EM_GETTEXTRANGE: text = "EM_GETTEXTRANGE"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2170len = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETTEXTRANGE, 0, txrg); 3383int len = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), RichTextBoxConstants.EM_GETTEXTRANGE, 0, txrg);