10 references to ByteRangeReadEvent
PresentationCore (10)
MS\Internal\IO\Packaging\NetStream.cs (10)
97
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = new AutoResetEvent(false);
400
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
]?.Set();
411
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
413
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Close();
414
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;
588
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].SafeWaitHandle,
1106
if (eventFired == ReadEvent.
ByteRangeReadEvent
)
1201
if (_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] != null)
1203
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
].Close();
1204
_readEventHandles[(int)ReadEvent.
ByteRangeReadEvent
] = null;