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