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