1 write to _textObjectMetricsVector
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
2343
_textObjectMetricsVector
= new SpanVector(null);
3 references to _textObjectMetricsVector
PresentationCore (3)
MS\Internal\TextFormatting\TextStore.cs (3)
2341
if(
_textObjectMetricsVector
== null)
2346
SpanRider rider = new SpanRider(
_textObjectMetricsVector
);
2381
_textObjectMetricsVector
.SetReference(cpFirst, textObject.Length, metrics);