4 references to Pixel2Twip
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (4)
167get => Pixel2Twip(GetControl()?.Height ?? 0, xDirection: false); 179get => Pixel2Twip(GetControl()?.Left ?? 0, xDirection: true); 227get => Pixel2Twip(GetControl()?.Top ?? 0, xDirection: false); 251get => Pixel2Twip(GetControl()?.Width ?? 0, xDirection: true);