11 references to ByteRangeReadEvent
PresentationCore (11)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (11)
118
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = new AutoResetEvent(false);
430
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
431
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Set();
442
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
444
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Close();
445
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;
645
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].SafeWaitHandle,
1178
if (eventFired == ReadEvent.
ByteRangeReadEvent
)
1286
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
1288
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Close();
1289
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;