2 writes to _textFeatures
PresentationCore (2)
MS\Internal\Shaping\ShaperBuffers.cs (2)
57
_textFeatures
= null;
132
_textFeatures
= new ShaperFeaturesList();
5 references to _textFeatures
PresentationCore (5)
MS\Internal\Shaping\ShaperBuffers.cs (5)
130
if (
_textFeatures
== null)
133
if (
_textFeatures
== null)
138
_textFeatures
.Initialize(size);
142
_textFeatures
.Resize(size, keep);
159
get { return
_textFeatures
; }