2 writes to _statusFlags
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
45_statusFlags |= StatusFlags.Rtl; 50_statusFlags |= StatusFlags.OptimalBreak;
2 references to _statusFlags
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
64get { return (_statusFlags & StatusFlags.Rtl) != 0; } 69get { return (_statusFlags & StatusFlags.OptimalBreak) != 0; }