3 writes to _runFlags
PresentationCore (3)
MS\Internal\TextFormatting\TextProperties.cs (3)
217
_runFlags
= 0;
222
_runFlags
|= (ushort)RunFlags.ContextualSubstitution;
227
_runFlags
|= (ushort)RunFlags.IsSymbol;
2 references to _runFlags
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
335
get { return (
_runFlags
& (ushort)RunFlags.ContextualSubstitution) != 0; }
348
get { return (
_runFlags
& (ushort)RunFlags.IsSymbol) != 0; }