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)
73
get { return (
_statusFlags
& StatusFlags.Rtl) != 0; }
78
get { return (
_statusFlags
& StatusFlags.OptimalBreak) != 0; }