1 write to CpMeasured
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
514FullText.CpMeasured = cpLimit;
3 references to CpMeasured
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (2)
249int cpLimit = fullText.CpMeasured; 283cpLimit = fullText.CpMeasured - subtract;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
512if (cpLimit > FullText.CpMeasured)