2 references to WpfXamlFrame
PresentationFramework (2)
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());