3 references to EM_SETTARGETDEVICE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
267
PInvokeCore.
EM_SETTARGETDEVICE
=> "EM_SETTARGETDEVICE",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
578
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETTARGETDEVICE
, (WPARAM)hdc, Pixel2Twip(value, true));
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
443
yield return new object[] { PInvokeCore.
EM_SETTARGETDEVICE
, " (EM_SETTARGETDEVICE)" };