1 write to _animRenderMessage
PresentationCore (1)
System\Windows\Media\MediaContext.cs (1)
242_animRenderMessage = new DispatcherOperationCallback(AnimatedRenderMessageHandler);
3 references to _animRenderMessage
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
604_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 617_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 653_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null);