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