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