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