7 references to Pixel2Twip
System.Windows.Forms (7)
winforms\Managed\System\WinForms\RichTextBox.cs (7)
720SendMessage(RichTextBoxConstants.EM_SETTARGETDEVICE, hDC, (IntPtr)Pixel2Twip(hDC, value, true)); 930pf.dxOffset = Pixel2Twip(IntPtr.Zero, bulletIndent, true); 974cf.yOffset = Pixel2Twip(IntPtr.Zero, value, false); 1127pf.dxOffset = Pixel2Twip(IntPtr.Zero, value, true); 1168pf.dxStartIndent = Pixel2Twip(IntPtr.Zero, value, true); 1299pf.dxRightIndent = Pixel2Twip(IntPtr.Zero, value, true); 1351pf.rgxTabs[x] = Pixel2Twip(IntPtr.Zero, value[x], true);