1 write to _animRenderMessage
PresentationCore (1)
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
245_animRenderMessage = new DispatcherOperationCallback(AnimatedRenderMessageHandler);
3 references to _animRenderMessage
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaContext.cs (3)
623_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 636_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 672_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null);