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)
1276mediaContext.CommittingBatch += CommittingBatchHandler; 1287mediaContext.CommittingBatch -= CommittingBatchHandler;
System\Windows\Media\MediaContext.cs (4)
999CommittingBatch?.Invoke(Channel, new EventArgs()); 2186CommittingBatch?.Invoke(Channel, new EventArgs()); 2264CommittingBatch?.Invoke(Channel, new EventArgs()); 2305CommittingBatch?.Invoke(Channel, new EventArgs());