8 references to CommittingBatch
PresentationCore (8)
System\Windows\InterOp\D3DImage.cs (2)
561
mediaContext.
CommittingBatch
+= _sendPresentDelegate;
572
mediaContext.
CommittingBatch
-= _sendPresentDelegate;
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
1262
mediaContext.
CommittingBatch
+= CommittingBatchHandler;
1273
mediaContext.
CommittingBatch
-= CommittingBatchHandler;
System\Windows\Media\MediaContext.cs (4)
977
CommittingBatch
?.Invoke(Channel, new EventArgs());
2162
CommittingBatch
?.Invoke(Channel, new EventArgs());
2240
CommittingBatch
?.Invoke(Channel, new EventArgs());
2281
CommittingBatch
?.Invoke(Channel, new EventArgs());