4 references to RunFlags
PresentationCore (4)
MS\Internal\TextFormatting\TextProperties.cs (4)
228
_runFlags |= (ushort)
RunFlags
.ContextualSubstitution;
233
_runFlags |= (ushort)
RunFlags
.IsSymbol;
341
get { return (_runFlags & (ushort)
RunFlags
.ContextualSubstitution) != 0; }
354
get { return (_runFlags & (ushort)
RunFlags
.IsSymbol) != 0; }