2 writes to _statusFlags
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
46_statusFlags |= StatusFlags.Rtl; 51_statusFlags |= StatusFlags.OptimalBreak;
2 references to _statusFlags
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
65get { return (_statusFlags & StatusFlags.Rtl) != 0; } 70get { return (_statusFlags & StatusFlags.OptimalBreak) != 0; }