2 references to WpfXamlFrame
PresentationFramework (2)
System\Windows\Markup\WpfXamlLoader.cs (1)
75
XamlContextStack<WpfXamlFrame> stack = new XamlContextStack<WpfXamlFrame>(() => new
WpfXamlFrame
());
System\Windows\Markup\XamlReader.cs (1)
366
_stack = new XamlContextStack<WpfXamlFrame>(() => new
WpfXamlFrame
());