5 references to XamlContextStack
PresentationFramework (5)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
909Names = new XamlContextStack<Frame>(() => new Frame());
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (1)
72private XamlContextStack<Baml2006ReaderFrame> _stack = new XamlContextStack<Baml2006ReaderFrame>(() => new Baml2006ReaderFrame());
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
71XamlContextStack<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)
111public StackOfFrames() : base(()=>new Frame()) { }