1 write to _canWriteEvent
PresentationCore (1)
System\Windows\InterOp\D3DImage.cs (1)
74
_canWriteEvent
= new ManualResetEvent(true);
4 references to _canWriteEvent
PresentationCore (4)
System\Windows\InterOp\D3DImage.cs (4)
607
lockObtained =
_canWriteEvent
.WaitOne();
611
lockObtained =
_canWriteEvent
.WaitOne(timeout.TimeSpan, false);
706
_canWriteEvent
.SafeWaitHandle,
739
_canWriteEvent
.Reset();