3 references to PushFrame
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
5843Dispatcher.PushFrame(_dispatcherFrame);
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (1)
327PushFrame(new DispatcherFrame());
Base\System\Windows\Threading\DispatcherOperation.cs (1)
229Dispatcher.PushFrame(frame);