17 references to Emulation
WindowsBase (17)
Base\MS\Internal\IO\Packaging\CompressStream.cs (17)
96
ChangeMode(Mode.
Emulation
);
102
case Mode.
Emulation
: // continue to read from existing emulation stream
113
ChangeMode(Mode.
Emulation
);
170
ChangeMode(Mode.
Emulation
);
174
case Mode.
Emulation
: // continue to read from existing emulation stream
180
ChangeMode(Mode.
Emulation
); break;
222
ChangeMode(Mode.
Emulation
); // has no effect if already in Emulation mode
259
ChangeMode(Mode.
Emulation
); // No-op if already in Emulation
295
ChangeMode(Mode.
Emulation
);
300
case Mode.
Emulation
: break;
305
if (_mode == Mode.
Emulation
)
336
if ((_mode == Mode.
Emulation
) && (Length != 0))
393
ChangeMode(Mode.
Emulation
);
398
case Mode.
Emulation
: break;
716
case Mode.
Emulation
:
775
Debug.Assert(_mode != Mode.
Emulation
, "Logic error: CachedLength not maintained in Emulation mode - illegal Get");
781
Debug.Assert(_mode != Mode.
Emulation
, "Logic error: CachedLength not maintained in Emulation mode - illegal Set");