3 writes to RunFlags
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
1322
RunFlags
|= Flags.TrimTrailingUnderline;
1326
RunFlags
&= ~Flags.TrimTrailingUnderline;
1718
RunFlags
= flags;
4 references to RunFlags
PresentationCore (4)
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
1302
get { return (
RunFlags
& Flags.EOT) != 0; }
1307
get { return (
RunFlags
& Flags.Ghost) != 0; }
1312
get { return (
RunFlags
& Flags.Tab) != 0; }
1317
get { return (
RunFlags
& Flags.TrimTrailingUnderline) != 0; }