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