8 references to Start
PresentationFramework (8)
MS\Internal\PtsHost\TextParaClient.cs (6)
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)
554
urBBox = urStartLine + line.
Start
;
735
urBBox = urStartLine + line.
Start
;