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();
410
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
412
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Close();
413
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;
587
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].SafeWaitHandle,
1105
if (eventFired == ReadEvent.
ByteRangeReadEvent
)
1200
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
1202
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Close();
1203
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;