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