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