2 writes to _textFeatures
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (2)
82
_textFeatures
= null;
157
_textFeatures
= new ShaperFeaturesList();
5 references to _textFeatures
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs (5)
155
if (
_textFeatures
== null)
158
if (
_textFeatures
== null)
163
_textFeatures
.Initialize(size);
167
_textFeatures
.Resize(size, keep);
184
get { return
_textFeatures
; }