1 write to _sendPresentDelegate
PresentationCore (1)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
102
_sendPresentDelegate
= SendPresent;
2 references to _sendPresentDelegate
PresentationCore (2)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
630
mediaContext.CommittingBatch +=
_sendPresentDelegate
;
641
mediaContext.CommittingBatch -=
_sendPresentDelegate
;