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)
1251
mediaContext.
CommittingBatch
+= CommittingBatchHandler;
1262
mediaContext.
CommittingBatch
-= CommittingBatchHandler;
System\Windows\Media\MediaContext.cs (4)
974
CommittingBatch
?.Invoke(Channel, new EventArgs());
2156
CommittingBatch
?.Invoke(Channel, new EventArgs());
2234
CommittingBatch
?.Invoke(Channel, new EventArgs());
2275
CommittingBatch
?.Invoke(Channel, new EventArgs());