System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (7)
578PInvokeCore.SendMessage(this, PInvokeCore.EM_SETTARGETDEVICE, (WPARAM)hdc, Pixel2Twip(value, true));
786pf.dxOffset = Pixel2Twip(_bulletIndent, true);
821yOffset = Pixel2Twip(value, false)
984dxOffset = Pixel2Twip(value, true)
1032dxStartIndent = Pixel2Twip(value, true)
1155dxRightIndent = Pixel2Twip(value, true)
1219pf.rgxTabs[x] = Pixel2Twip(value![x], true);