2 writes to _statusFlags
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
52_statusFlags |= StatusFlags.Rtl; 57_statusFlags |= StatusFlags.OptimalBreak;
2 references to _statusFlags
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
71get { return (_statusFlags & StatusFlags.Rtl) != 0; } 76get { return (_statusFlags & StatusFlags.OptimalBreak) != 0; }