2 instantiations of WpfXamlFrame
PresentationFramework (2)
System\Windows\Markup\WpfXamlLoader.cs (1)
75XamlContextStack<WpfXamlFrame> stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame());
System\Windows\Markup\XamlReader.cs (1)
366_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame());
10 references to WpfXamlFrame
PresentationFramework (10)
System\Windows\Markup\WpfXamlLoader.cs (8)
75XamlContextStack<WpfXamlFrame> stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 184XamlContextStack<WpfXamlFrame> stack, 207WpfXamlFrame iteratorFrame = stack.CurrentFrame; 216iteratorFrame = (WpfXamlFrame)iteratorFrame.Previous; 329WpfXamlFrame currentFrame = stack.CurrentFrame; 358private static void WriteValue(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack, IStyleConnector styleConnector) 411private static void WriteStartObject(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack)
System\Windows\Markup\XamlReader.cs (2)
366_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 1183private XamlContextStack<WpfXamlFrame> _stack;