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