5 references to Rendering
PresentationCore (5)
System\Windows\Media\CompositionTarget.cs (2)
583mc.Rendering += value; 591mc.Rendering -= value;
System\Windows\Media\MediaContext.cs (3)
555if (Rendering == null) 1815if (Rendering != null && tickLoopCount==1) 1822Rendering?.Invoke(this.Dispatcher, new RenderingEventArgs(_timeManager.LastTickTime));