1 write to _textObjectMetricsVector
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
2328
_textObjectMetricsVector
= new SpanVector(null);
3 references to _textObjectMetricsVector
PresentationCore (3)
MS\Internal\TextFormatting\TextStore.cs (3)
2326
if(
_textObjectMetricsVector
== null)
2331
SpanRider rider = new SpanRider(
_textObjectMetricsVector
);
2366
_textObjectMetricsVector
.SetReference(cpFirst, textObject.Length, metrics);