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)
130if (_textFeatures == null) 133if (_textFeatures == null) 138_textFeatures.Initialize(size); 142_textFeatures.Resize(size, keep); 159get { return _textFeatures; }