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