2 writes to _statusFlags
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
54_statusFlags |= StatusFlags.Rtl; 59_statusFlags |= StatusFlags.OptimalBreak;
2 references to _statusFlags
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
73get { return (_statusFlags & StatusFlags.Rtl) != 0; } 78get { return (_statusFlags & StatusFlags.OptimalBreak) != 0; }