5 references to Rendering
PresentationCore (5)
System\Windows\Media\CompositionTarget.cs (2)
584mc.Rendering += value; 592mc.Rendering -= value;
System\Windows\Media\MediaContext.cs (3)
559if (Rendering == null) 1819if (Rendering != null && tickLoopCount==1) 1826Rendering?.Invoke(this.Dispatcher, new RenderingEventArgs(_timeManager.LastTickTime));