10 references to BitsPerInt
PresentationCore (10)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (1)
203
bitCount = Native.
BitsPerInt
;//32
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (5)
239
UpdateMinMax((int)intReader.ReadUInt32Reverse(Native.
BitsPerInt
), ref maxInt, ref minInt);
449
bitCount = Native.
BitsPerInt
;
492
return (int)reader.ReadUInt32Reverse(Native.
BitsPerInt
);
642
bitCount = Native.
BitsPerInt
;
644
bitsToWrite = Native.
BitsPerInt
;
Shared\MS\Internal\Ink\BitStream.cs (4)
164
if (countOfBits > Native.
BitsPerInt
|| countOfBits <= 0)
192
if (countOfBits > Native.
BitsPerInt
|| countOfBits <= 0)
381
if (countOfBits <= 0 || countOfBits > Native.
BitsPerInt
)
420
if (countOfBits <= 0 || countOfBits > Native.
BitsPerInt
)