3 writes to RunFlags
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
1329
RunFlags
|= Flags.TrimTrailingUnderline;
1333
RunFlags
&= ~Flags.TrimTrailingUnderline;
1721
RunFlags
= flags;
4 references to RunFlags
PresentationCore (4)
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
1309
get { return (
RunFlags
& Flags.EOT) != 0; }
1314
get { return (
RunFlags
& Flags.Ghost) != 0; }
1319
get { return (
RunFlags
& Flags.Tab) != 0; }
1324
get { return (
RunFlags
& Flags.TrimTrailingUnderline) != 0; }