1 write to _sendPresentDelegate
PresentationCore (1)
System\Windows\InterOp\D3DImage.cs (1)
63
_sendPresentDelegate
= SendPresent;
2 references to _sendPresentDelegate
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
560
mediaContext.CommittingBatch +=
_sendPresentDelegate
;
571
mediaContext.CommittingBatch -=
_sendPresentDelegate
;