4 references to GetTextAlignmentCorrection
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxView.cs (4)
793suggestedX -= GetTextAlignmentCorrection(this.CalculatedTextAlignment, GetWrappingWidth(this.RenderSize.Width)); 1851double horizontalOffset = GetTextAlignmentCorrection(lineProperties.TextAlignment, width); 2015point.X -= GetTextAlignmentCorrection(this.CalculatedTextAlignment, GetWrappingWidth(this.RenderSize.Width)); 2033rect.X += GetTextAlignmentCorrection(this.CalculatedTextAlignment, GetWrappingWidth(this.RenderSize.Width));