10 references to GetWrappingWidth
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (10)
738
suggestedX -= GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
1514
double width =
GetWrappingWidth
(this.RenderSize.Width);
1515
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1692
double width =
GetWrappingWidth
(this.RenderSize.Width);
1693
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1802
double width =
GetWrappingWidth
(arrangeSize.Width);
1822
double formatWidth =
GetWrappingWidth
(_previousConstraint.Width);
1970
point.X -= GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
1988
rect.X += GetTextAlignmentCorrection(this.CalculatedTextAlignment,
GetWrappingWidth
(this.RenderSize.Width));
2807
double width =
GetWrappingWidth
(this.RenderSize.Width);