3 writes to _runFlags
PresentationCore (3)
MS\Internal\TextFormatting\TextProperties.cs (3)
223
_runFlags
= 0;
228
_runFlags
|= (ushort)RunFlags.ContextualSubstitution;
233
_runFlags
|= (ushort)RunFlags.IsSymbol;
2 references to _runFlags
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
341
get { return (
_runFlags
& (ushort)RunFlags.ContextualSubstitution) != 0; }
354
get { return (
_runFlags
& (ushort)RunFlags.IsSymbol) != 0; }