1 write to CpMeasured
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
515FullText.CpMeasured = cpLimit;
3 references to CpMeasured
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (2)
250int cpLimit = fullText.CpMeasured; 284cpLimit = fullText.CpMeasured - subtract;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
513if (cpLimit > FullText.CpMeasured)