10 references to BitsPerInt
PresentationCore (10)
MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (1)
182bitCount = Native.BitsPerInt;//32
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (5)
222UpdateMinMax((int)intReader.ReadUInt32Reverse(Native.BitsPerInt), ref maxInt, ref minInt); 423bitCount = Native.BitsPerInt; 466return (int)reader.ReadUInt32Reverse(Native.BitsPerInt); 592bitCount = Native.BitsPerInt; 594bitsToWrite = Native.BitsPerInt;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (4)
155if (countOfBits > Native.BitsPerInt || countOfBits <= 0) 183if (countOfBits > Native.BitsPerInt || countOfBits <= 0) 369if (countOfBits <= 0 || countOfBits > Native.BitsPerInt) 408if (countOfBits <= 0 || countOfBits > Native.BitsPerInt)