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