10 references to GetWrappingWidth
PresentationFramework (10)
src\Framework\MS\Internal\Documents\TextBoxView.cs (10)
793suggestedX -= GetTextAlignmentCorrection(this.CalculatedTextAlignment, GetWrappingWidth(this.RenderSize.Width)); 1564double width = GetWrappingWidth(this.RenderSize.Width); 1565double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1739double width = GetWrappingWidth(this.RenderSize.Width); 1740double formatWidth = GetWrappingWidth(_previousConstraint.Width); 1849double width = GetWrappingWidth(arrangeSize.Width); 1869double formatWidth = GetWrappingWidth(_previousConstraint.Width); 2015point.X -= GetTextAlignmentCorrection(this.CalculatedTextAlignment, GetWrappingWidth(this.RenderSize.Width)); 2033rect.X += GetTextAlignmentCorrection(this.CalculatedTextAlignment, GetWrappingWidth(this.RenderSize.Width)); 2846double width = GetWrappingWidth(this.RenderSize.Width);