4 references to RunFlags
PresentationCore (4)
MS\Internal\TextFormatting\TextProperties.cs (4)
222
_runFlags |= (ushort)
RunFlags
.ContextualSubstitution;
227
_runFlags |= (ushort)
RunFlags
.IsSymbol;
335
get { return (_runFlags & (ushort)
RunFlags
.ContextualSubstitution) != 0; }
348
get { return (_runFlags & (ushort)
RunFlags
.IsSymbol) != 0; }