1 write to _canWriteEvent
PresentationCore (1)
System\Windows\InterOp\D3DImage.cs (1)
62
_canWriteEvent
= new ManualResetEvent(true);
4 references to _canWriteEvent
PresentationCore (4)
System\Windows\InterOp\D3DImage.cs (4)
595
lockObtained =
_canWriteEvent
.WaitOne();
599
lockObtained =
_canWriteEvent
.WaitOne(timeout.TimeSpan, false);
694
_canWriteEvent
.SafeWaitHandle,
727
_canWriteEvent
.Reset();