2 references to EM_SETTARGETDEVICE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
268
case RichTextBoxConstants.
EM_SETTARGETDEVICE
: text = "EM_SETTARGETDEVICE"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
720
SendMessage(RichTextBoxConstants.
EM_SETTARGETDEVICE
, hDC, (IntPtr)Pixel2Twip(hDC, value, true));