2 writes to _textFeatures
PresentationCore (2)
MS\Internal\Shaping\ShaperBuffers.cs (2)
58
_textFeatures
= null;
133
_textFeatures
= new ShaperFeaturesList();
5 references to _textFeatures
PresentationCore (5)
MS\Internal\Shaping\ShaperBuffers.cs (5)
131
if (
_textFeatures
== null)
134
if (
_textFeatures
== null)
139
_textFeatures
.Initialize(size);
143
_textFeatures
.Resize(size, keep);
160
get { return
_textFeatures
; }