3 references to DRAWTEXTPARAMS
System.Windows.Forms (3)
misc\GDI\MeasurementDCInfo.cs (2)
71return new IntNativeMethods.DRAWTEXTPARAMS(currentCachedInfo.LeftTextMargin,currentCachedInfo.RightTextMargin); 83return new IntNativeMethods.DRAWTEXTPARAMS(currentCachedInfo.LeftTextMargin,currentCachedInfo.RightTextMargin);
misc\GDI\WindowsGraphics2.cs (1)
364return new IntNativeMethods.DRAWTEXTPARAMS(leftMargin, rightMargin);