12 references to CommittingBatch
PresentationCore (12)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
630mediaContext.CommittingBatch += _sendPresentDelegate; 641mediaContext.CommittingBatch -= _sendPresentDelegate;
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (2)
1471mediaContext.CommittingBatch += CommittingBatchHandler; 1482mediaContext.CommittingBatch -= CommittingBatchHandler;
Core\CSharp\System\Windows\Media\MediaContext.cs (8)
1016if (CommittingBatch != null) 1018CommittingBatch(Channel, new EventArgs()); 2235if (CommittingBatch != null) 2237CommittingBatch(Channel, new EventArgs()); 2333if (CommittingBatch != null) 2335CommittingBatch(Channel, new EventArgs()); 2376if (CommittingBatch != null) 2378CommittingBatch(Channel, new EventArgs());