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