2 references to LookupFlagMarkAttachmentTypeMask
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (2)
892if ((LookupFlags&(ushort)LookupFlagMarkAttachmentTypeMask)!=0) 903ushort attachClass = (ushort)((LookupFlags&LookupFlagMarkAttachmentTypeMask)>>8);