5 references to XamlContextStack
PresentationFramework (5)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
909
Names = new
XamlContextStack
<Frame>(() => new Frame());
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (1)
72
private XamlContextStack<Baml2006ReaderFrame> _stack = new
XamlContextStack
<Baml2006ReaderFrame>(() => new Baml2006ReaderFrame());
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
71
XamlContextStack<WpfXamlFrame> stack = new
XamlContextStack
<WpfXamlFrame>(() => new WpfXamlFrame());
src\Framework\System\Windows\Markup\XamlReader.cs (1)
270
_stack = new
XamlContextStack
<WpfXamlFrame>(() => new WpfXamlFrame());
src\Framework\System\Windows\TemplateContent.cs (1)
111
public StackOfFrames() :
base
(()=>new Frame()) { }