1 instantiation of Frame
PresentationFramework (1)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
909
Names = new XamlContextStack<Frame>(() => new
Frame
());
2 references to Frame
PresentationFramework (2)
src\Framework\System\Windows\FrameworkTemplate.cs (2)
721
private XamlContextStack<
Frame
> Names;
909
Names = new XamlContextStack<
Frame
>(() => new Frame());