11 references to ByteRangeReadEvent
PresentationCore (11)
MS\Internal\IO\Packaging\NetStream.cs (11)
103
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = new AutoResetEvent(false);
407
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
408
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Set();
419
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
421
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Close();
422
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;
599
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].SafeWaitHandle,
1116
if (eventFired == ReadEvent.
ByteRangeReadEvent
)
1214
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
1216
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Close();
1217
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;