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