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