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