8 references to CommittingBatch
PresentationCore (8)
System\Windows\InterOp\D3DImage.cs (2)
560mediaContext.CommittingBatch += _sendPresentDelegate; 571mediaContext.CommittingBatch -= _sendPresentDelegate;
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
1243mediaContext.CommittingBatch += CommittingBatchHandler; 1254mediaContext.CommittingBatch -= CommittingBatchHandler;
System\Windows\Media\MediaContext.cs (4)
973CommittingBatch?.Invoke(Channel, new EventArgs()); 2155CommittingBatch?.Invoke(Channel, new EventArgs()); 2233CommittingBatch?.Invoke(Channel, new EventArgs()); 2274CommittingBatch?.Invoke(Channel, new EventArgs());