5 references to Rendering
PresentationCore (5)
System\Windows\Media\CompositionTarget.cs (2)
606mc.Rendering += value; 614mc.Rendering -= value;
System\Windows\Media\MediaContext.cs (3)
581if (Rendering == null) 1843if (Rendering != null && tickLoopCount==1) 1850Rendering?.Invoke(this.Dispatcher, new RenderingEventArgs(_timeManager.LastTickTime));