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