2 writes to LeftTextMargin
System.Windows.Forms (2)
misc\GDI\MeasurementDCInfo.cs (2)
79
currentCachedInfo.
LeftTextMargin
= drawTextParams.iLeftMargin;
119
LeftTextMargin
= -1;
3 references to LeftTextMargin
System.Windows.Forms (3)
misc\GDI\MeasurementDCInfo.cs (3)
68
if (currentCachedInfo != null && currentCachedInfo.
LeftTextMargin
>0 && currentCachedInfo.RightTextMargin >0 && font == currentCachedInfo.LastUsedFont)
71
return new IntNativeMethods.DRAWTEXTPARAMS(currentCachedInfo.
LeftTextMargin
,currentCachedInfo.RightTextMargin);
83
return new IntNativeMethods.DRAWTEXTPARAMS(currentCachedInfo.
LeftTextMargin
,currentCachedInfo.RightTextMargin);