3 writes to _runFlags
PresentationCore (3)
MS\Internal\TextFormatting\TextProperties.cs (3)
216
_runFlags
= 0;
221
_runFlags
|= (ushort)RunFlags.ContextualSubstitution;
226
_runFlags
|= (ushort)RunFlags.IsSymbol;
2 references to _runFlags
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
334
get { return (
_runFlags
& (ushort)RunFlags.ContextualSubstitution) != 0; }
347
get { return (
_runFlags
& (ushort)RunFlags.IsSymbol) != 0; }