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