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)
311int lsccp = lscpLim - _store.CpFirst; 348count = count - cpFirst + _store.CpFirst; 383int ccp = cp - _store.CpFirst; 384int lscp = _store.CpFirst; 518int cpFirst = _store.CpFirst;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
374lspap.cpFirstContent = store.CpFirst; 2553fFirstRealOnLine = (cpInline == store.CpFirst) ? 1 : 0;