8 references to CpFirst
PresentationCore (8)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
56
(firstCharIndex == fullText.TextStore.
CpFirst
)
MS\Internal\TextFormatting\FullTextState.cs (5)
287
int lsccp = lscpLim - _store.
CpFirst
;
324
count = count - cpFirst + _store.
CpFirst
;
359
int ccp = cp - _store.
CpFirst
;
360
int lscp = _store.
CpFirst
;
493
int cpFirst = _store.
CpFirst
;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
316
lspap.cpFirstContent = store.
CpFirst
;
2366
fFirstRealOnLine = (cpInline == store.
CpFirst
) ? 1 : 0;