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