8 references to Start
PresentationFramework (8)
MS\Internal\PtsHost\TextParaClient.cs (6)
2139
duOffset + TextDpi.FromTextDpi(line.
Start
+ line.Width),
2249
duOffset + TextDpi.FromTextDpi(line.
Start
+ line.Width),
3829
if ((line.
Start
<= distance) && (distance <= (line.
Start
+ line.Width)))
4023
if ((line.
Start
<= distance) && (distance <= (line.
Start
+ line.Width)))
MS\Internal\PtsHost\TextParagraph.cs (2)
574
urBBox = urStartLine + line.
Start
;
758
urBBox = urStartLine + line.
Start
;