6 references to Width
PresentationFramework (6)
MS\Internal\PtsHost\TextParaClient.cs (4)
2132
duOffset + TextDpi.FromTextDpi(line.Start + line.
Width
),
2242
duOffset + TextDpi.FromTextDpi(line.Start + line.
Width
),
3822
if ((line.Start <= distance) && (distance <= (line.Start + line.
Width
)))
4016
if ((line.Start <= distance) && (distance <= (line.Start + line.
Width
)))
MS\Internal\PtsHost\TextParagraph.cs (2)
554
durBBox = line.
Width
;
735
durBBox = line.
Width
;