2 references to LengthMask
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
53_packedData = ((uint) length & LengthMask) | (hasInlineObjects ? HasInlineObjectsMask : 0); 108internal int Length { get { return (int) (_packedData & LengthMask); } }