10 references to GetWrappingWidth
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (10)
744
suggestedX -= GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
1520
double width =
GetWrappingWidth
(this.RenderSize.Width);
1521
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1698
double width =
GetWrappingWidth
(this.RenderSize.Width);
1699
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1808
double width =
GetWrappingWidth
(arrangeSize.Width);
1828
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1976
point.X -= GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
1994
rect.X += GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
2825
double width =
GetWrappingWidth
(this.RenderSize.Width);