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