2 references to ObfuscatedLength
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\DeobfuscatingStream.cs (2)
288if (readPosition >= ObfuscatedLength || count <= 0) 298int bytesToXor = (int) (Math.Min(ObfuscatedLength, unchecked (readPosition + (long) count)) - readPosition);