12 references to CommittingBatch
PresentationCore (12)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
630
mediaContext.
CommittingBatch
+= _sendPresentDelegate;
641
mediaContext.
CommittingBatch
-= _sendPresentDelegate;
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (2)
1471
mediaContext.
CommittingBatch
+= CommittingBatchHandler;
1482
mediaContext.
CommittingBatch
-= CommittingBatchHandler;
Core\CSharp\System\Windows\Media\MediaContext.cs (8)
1016
if (
CommittingBatch
!= null)
1018
CommittingBatch
(Channel, new EventArgs());
2235
if (
CommittingBatch
!= null)
2237
CommittingBatch
(Channel, new EventArgs());
2333
if (
CommittingBatch
!= null)
2335
CommittingBatch
(Channel, new EventArgs());
2376
if (
CommittingBatch
!= null)
2378
CommittingBatch
(Channel, new EventArgs());