2 instantiations of WpfXamlFrame
PresentationFramework (2)
System\Windows\Markup\WpfXamlLoader.cs (1)
73XamlContextStack<WpfXamlFrame> stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame());
System\Windows\Markup\XamlReader.cs (1)
356_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame());
10 references to WpfXamlFrame
PresentationFramework (10)
System\Windows\Markup\WpfXamlLoader.cs (8)
73XamlContextStack<WpfXamlFrame> stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 179XamlContextStack<WpfXamlFrame> stack, 202WpfXamlFrame iteratorFrame = stack.CurrentFrame; 211iteratorFrame = (WpfXamlFrame)iteratorFrame.Previous; 324WpfXamlFrame currentFrame = stack.CurrentFrame; 353private static void WriteValue(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack, IStyleConnector styleConnector) 406private static void WriteStartObject(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack)
System\Windows\Markup\XamlReader.cs (2)
356_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 1178private XamlContextStack<WpfXamlFrame> _stack;