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