1 write to _animRenderMessage
PresentationCore (1)
System\Windows\Media\MediaContext.cs (1)
243_animRenderMessage = new DispatcherOperationCallback(AnimatedRenderMessageHandler);
3 references to _animRenderMessage
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
605_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 618_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 654_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null);