9 references to BitsPerShort
PresentationCore (9)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (7)
238maxShort = Math.Max((ushort)shortReader.ReadUInt16Reverse(Native.BitsPerShort), maxShort); 249maxShort = Math.Max((ushort)shortReader.ReadUInt16Reverse(Native.BitsPerShort), maxShort); 277while ((0 != (ulAbsMax >> shortBitCount)) && (shortBitCount < (uint)Native.BitsPerShort)) 454bitCount = Native.BitsPerShort; 496return (int)reader.ReadUInt16Reverse(Native.BitsPerShort); 653bitCount = Native.BitsPerShort; 655bitsToWrite = Native.BitsPerShort;
Shared\MS\Internal\Ink\BitStream.cs (2)
106if (countOfBits > Native.BitsPerShort || countOfBits <= 0) 134if (countOfBits > Native.BitsPerShort|| countOfBits <= 0)