6 references to Width
PresentationFramework (6)
MS\Internal\PtsHost\TextParaClient.cs (4)
2133
duOffset + TextDpi.FromTextDpi(line.Start + line.
Width
),
2243
duOffset + TextDpi.FromTextDpi(line.Start + line.
Width
),
3823
if ((line.Start <= distance) && (distance <= (line.Start + line.
Width
)))
4017
if ((line.Start <= distance) && (distance <= (line.Start + line.
Width
)))
MS\Internal\PtsHost\TextParagraph.cs (2)
555
durBBox = line.
Width
;
736
durBBox = line.
Width
;