1 write to CpMeasured
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
586FullText.CpMeasured = cpLimit;
3 references to CpMeasured
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
286int cpLimit = fullText.CpMeasured; 320cpLimit = fullText.CpMeasured - subtract;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
584if (cpLimit > FullText.CpMeasured)