10 references to GetWrappingWidth
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (10)
745
suggestedX -= GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
1521
double width =
GetWrappingWidth
(this.RenderSize.Width);
1522
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1699
double width =
GetWrappingWidth
(this.RenderSize.Width);
1700
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1809
double width =
GetWrappingWidth
(arrangeSize.Width);
1829
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1977
point.X -= GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
1995
rect.X += GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
2826
double width =
GetWrappingWidth
(this.RenderSize.Width);