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)
131if (_textFeatures == null) 134if (_textFeatures == null) 139_textFeatures.Initialize(size); 143_textFeatures.Resize(size, keep); 160get { return _textFeatures; }