1 instantiation of Frame
PresentationFramework (1)
src\Framework\System\Windows\TemplateContent.cs (1)
111public StackOfFrames() : base(()=>new Frame()) { }
3 references to Frame
PresentationFramework (3)
src\Framework\System\Windows\TemplateContent.cs (3)
109internal class StackOfFrames : XamlContextStack<Frame> 167Frame iteratorFrame = this.CurrentFrame; 182iteratorFrame = (Frame)iteratorFrame.Previous;