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