1 type derived from DispatcherFrame
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
601private class DispatcherOperationFrame : DispatcherFrame
2 instantiations of DispatcherFrame
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
5842_dispatcherFrame = new DispatcherFrame();
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
327PushFrame(new DispatcherFrame());
3 references to DispatcherFrame
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7694private DispatcherFrame _dispatcherFrame;
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
345public static void PushFrame(DispatcherFrame frame) 2309private void PushFrameImpl(DispatcherFrame frame)