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