8 references to CpFirst
PresentationCore (8)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
55(firstCharIndex == fullText.TextStore.CpFirst)
MS\Internal\TextFormatting\FullTextState.cs (5)
286int lsccp = lscpLim - _store.CpFirst; 323count = count - cpFirst + _store.CpFirst; 358int ccp = cp - _store.CpFirst; 359int lscp = _store.CpFirst; 492int cpFirst = _store.CpFirst;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
315lspap.cpFirstContent = store.CpFirst; 2365fFirstRealOnLine = (cpInline == store.CpFirst) ? 1 : 0;