8 references to CommittingBatch
PresentationCore (8)
System\Windows\InterOp\D3DImage.cs (2)
560
mediaContext.
CommittingBatch
+= _sendPresentDelegate;
571
mediaContext.
CommittingBatch
-= _sendPresentDelegate;
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
1243
mediaContext.
CommittingBatch
+= CommittingBatchHandler;
1254
mediaContext.
CommittingBatch
-= CommittingBatchHandler;
System\Windows\Media\MediaContext.cs (4)
973
CommittingBatch
?.Invoke(Channel, new EventArgs());
2155
CommittingBatch
?.Invoke(Channel, new EventArgs());
2233
CommittingBatch
?.Invoke(Channel, new EventArgs());
2274
CommittingBatch
?.Invoke(Channel, new EventArgs());