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