1 write to CpMeasured
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
545FullText.CpMeasured = cpLimit;
3 references to CpMeasured
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (2)
263int cpLimit = fullText.CpMeasured; 297cpLimit = fullText.CpMeasured - subtract;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
543if (cpLimit > FullText.CpMeasured)