3 writes to RunFlags
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
1323
RunFlags
|= Flags.TrimTrailingUnderline;
1327
RunFlags
&= ~Flags.TrimTrailingUnderline;
1719
RunFlags
= flags;
4 references to RunFlags
PresentationCore (4)
MS\Internal\TextFormatting\SimpleTextLine.cs (4)
1303
get { return (
RunFlags
& Flags.EOT) != 0; }
1308
get { return (
RunFlags
& Flags.Ghost) != 0; }
1313
get { return (
RunFlags
& Flags.Tab) != 0; }
1318
get { return (
RunFlags
& Flags.TrimTrailingUnderline) != 0; }