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