4 references to GetTextAlignmentCorrection
PresentationFramework (4)
MS\Internal\Documents\TextBoxView.cs (4)
744
suggestedX -=
GetTextAlignmentCorrection
(this.CalculatedTextAlignment, GetWrappingWidth(this.RenderSize.Width));
1810
double horizontalOffset =
GetTextAlignmentCorrection
(lineProperties.TextAlignment, width);
1976
point.X -=
GetTextAlignmentCorrection
(this.CalculatedTextAlignment, GetWrappingWidth(this.RenderSize.Width));
1994
rect.X +=
GetTextAlignmentCorrection
(this.CalculatedTextAlignment, GetWrappingWidth(this.RenderSize.Width));