1 type derived from DispatcherFrame
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
601
private 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)
327
PushFrame(new
DispatcherFrame
());
3 references to DispatcherFrame
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7694
private
DispatcherFrame
_dispatcherFrame;
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
345
public static void PushFrame(
DispatcherFrame
frame)
2309
private void PushFrameImpl(
DispatcherFrame
frame)