4 references to RunFlags
PresentationCore (4)
MS\Internal\TextFormatting\TextProperties.cs (4)
221
_runFlags |= (ushort)
RunFlags
.ContextualSubstitution;
226
_runFlags |= (ushort)
RunFlags
.IsSymbol;
334
get { return (_runFlags & (ushort)
RunFlags
.ContextualSubstitution) != 0; }
347
get { return (_runFlags & (ushort)
RunFlags
.IsSymbol) != 0; }