8 references to CpFirst
PresentationCore (8)
Core\CSharp\MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
86
(firstCharIndex == fullText.TextStore.
CpFirst
)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (5)
311
int lsccp = lscpLim - _store.
CpFirst
;
348
count = count - cpFirst + _store.
CpFirst
;
383
int ccp = cp - _store.
CpFirst
;
384
int lscp = _store.
CpFirst
;
518
int cpFirst = _store.
CpFirst
;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
374
lspap.cpFirstContent = store.
CpFirst
;
2553
fFirstRealOnLine = (cpInline == store.
CpFirst
) ? 1 : 0;