2 instantiations of WpfXamlFrame
PresentationFramework (2)
System\Windows\Markup\WpfXamlLoader.cs (1)
74XamlContextStack<WpfXamlFrame> stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame());
System\Windows\Markup\XamlReader.cs (1)
353_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame());
10 references to WpfXamlFrame
PresentationFramework (10)
System\Windows\Markup\WpfXamlLoader.cs (8)
74XamlContextStack<WpfXamlFrame> stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 183XamlContextStack<WpfXamlFrame> stack, 206WpfXamlFrame iteratorFrame = stack.CurrentFrame; 215iteratorFrame = (WpfXamlFrame)iteratorFrame.Previous; 328WpfXamlFrame currentFrame = stack.CurrentFrame; 357private static void WriteValue(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack, IStyleConnector styleConnector) 410private static void WriteStartObject(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack)
System\Windows\Markup\XamlReader.cs (2)
353_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 1170private XamlContextStack<WpfXamlFrame> _stack;