10 references to ByteRangeReadEvent
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
96_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] = new AutoResetEvent(false); 399_readEventHandles[(int)ReadEvent.ByteRangeReadEvent]?.Set(); 410if (_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] != null) 412_readEventHandles[(int)ReadEvent.ByteRangeReadEvent].Close(); 413_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] = null; 587_readEventHandles[(int)ReadEvent.ByteRangeReadEvent].SafeWaitHandle, 1105if (eventFired == ReadEvent.ByteRangeReadEvent) 1200if (_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] != null) 1202_readEventHandles[(int)ReadEvent.ByteRangeReadEvent].Close(); 1203_readEventHandles[(int)ReadEvent.ByteRangeReadEvent] = null;