2 writes to _charFlags
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
223_charFlags = charFlags; 325set { _charFlags = value; }
1 reference to _charFlags
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
324get { return _charFlags; }