1 write to _sendPresentDelegate
PresentationCore (1)
System\Windows\InterOp\D3DImage.cs (1)
64
_sendPresentDelegate
= SendPresent;
2 references to _sendPresentDelegate
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
561
mediaContext.CommittingBatch +=
_sendPresentDelegate
;
572
mediaContext.CommittingBatch -=
_sendPresentDelegate
;