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)
343get { return (_runFlags & (ushort)RunFlags.ContextualSubstitution) != 0; } 356get { return (_runFlags & (ushort)RunFlags.IsSymbol) != 0; }