1 write to _animRenderMessage
PresentationCore (1)
System\Windows\Media\MediaContext.cs (1)
221_animRenderMessage = new DispatcherOperationCallback(AnimatedRenderMessageHandler);
3 references to _animRenderMessage
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
583_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 596_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 632_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null);