2 instantiations of TextParaLineResult
PresentationFramework (2)
MS\Internal\PtsHost\TextParaClient.cs (2)
1552
lines.Add(new
TextParaLineResult
(this, lineDesc.dcpFirst, lineDesc.dcpLim - lineDesc.dcpFirst,
1613
lines.Add(new
TextParaLineResult
(this, element.dcpFirst, element.dcpLim - element.dcpFirst,
4 references to TextParaLineResult
PresentationFramework (4)
MS\Internal\PtsHost\TextParaClient.cs (4)
1559
TextParaLineResult
lastLineResult = (
TextParaLineResult
)lines[lines.Count - 1];
1621
TextParaLineResult
lastLineResult = (
TextParaLineResult
)lines[lines.Count - 1];