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