8 references to CommittingBatch
PresentationCore (8)
System\Windows\InterOp\D3DImage.cs (2)
573
mediaContext.
CommittingBatch
+= _sendPresentDelegate;
584
mediaContext.
CommittingBatch
-= _sendPresentDelegate;
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
1279
mediaContext.
CommittingBatch
+= CommittingBatchHandler;
1290
mediaContext.
CommittingBatch
-= CommittingBatchHandler;
System\Windows\Media\MediaContext.cs (4)
998
CommittingBatch
?.Invoke(Channel, new EventArgs());
2183
CommittingBatch
?.Invoke(Channel, new EventArgs());
2261
CommittingBatch
?.Invoke(Channel, new EventArgs());
2302
CommittingBatch
?.Invoke(Channel, new EventArgs());