10 references to GetWrappingWidth
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (10)
789
suggestedX -= GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
1563
double width =
GetWrappingWidth
(this.RenderSize.Width);
1564
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1741
double width =
GetWrappingWidth
(this.RenderSize.Width);
1742
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1851
double width =
GetWrappingWidth
(arrangeSize.Width);
1871
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
2019
point.X -= GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
2037
rect.X += GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
2868
double width =
GetWrappingWidth
(this.RenderSize.Width);