8 references to CpFirst
PresentationCore (8)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
78
(firstCharIndex == fullText.TextStore.
CpFirst
)
MS\Internal\TextFormatting\FullTextState.cs (5)
291
int lsccp = lscpLim - _store.
CpFirst
;
328
count = count - cpFirst + _store.
CpFirst
;
363
int ccp = cp - _store.
CpFirst
;
364
int lscp = _store.
CpFirst
;
497
int cpFirst = _store.
CpFirst
;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
346
lspap.cpFirstContent = store.
CpFirst
;
2392
fFirstRealOnLine = (cpInline == store.
CpFirst
) ? 1 : 0;