3 writes to _runFlags
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (3)
225
_runFlags
= 0;
230
_runFlags
|= (ushort)RunFlags.ContextualSubstitution;
235
_runFlags
|= (ushort)RunFlags.IsSymbol;
2 references to _runFlags
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
343
get { return (
_runFlags
& (ushort)RunFlags.ContextualSubstitution) != 0; }
356
get { return (
_runFlags
& (ushort)RunFlags.IsSymbol) != 0; }