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