2 writes to _textFeatures
PresentationCore (2)
MS\Internal\Shaping\ShaperBuffers.cs (2)
72_textFeatures = null; 147_textFeatures = new ShaperFeaturesList();
5 references to _textFeatures
PresentationCore (5)
MS\Internal\Shaping\ShaperBuffers.cs (5)
145if (_textFeatures == null) 148if (_textFeatures == null) 153_textFeatures.Initialize(size); 157_textFeatures.Resize(size, keep); 174get { return _textFeatures; }