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