9 references to BitsPerShort
PresentationCore (9)
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (7)
221maxShort = Math.Max((ushort)shortReader.ReadUInt16Reverse(Native.BitsPerShort), maxShort); 232maxShort = Math.Max((ushort)shortReader.ReadUInt16Reverse(Native.BitsPerShort), maxShort); 260while ((0 != (ulAbsMax >> shortBitCount)) && (shortBitCount < (uint)Native.BitsPerShort)) 428bitCount = Native.BitsPerShort; 470return (int)reader.ReadUInt16Reverse(Native.BitsPerShort); 603bitCount = Native.BitsPerShort; 605bitsToWrite = Native.BitsPerShort;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (2)
97if (countOfBits > Native.BitsPerShort || countOfBits <= 0) 125if (countOfBits > Native.BitsPerShort|| countOfBits <= 0)