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