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)
357_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()); 180XamlContextStack<WpfXamlFrame> stack, 203WpfXamlFrame iteratorFrame = stack.CurrentFrame; 212iteratorFrame = (WpfXamlFrame)iteratorFrame.Previous; 325WpfXamlFrame currentFrame = stack.CurrentFrame; 354private static void WriteValue(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack, IStyleConnector styleConnector) 407private static void WriteStartObject(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack)
System\Windows\Markup\XamlReader.cs (2)
357_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 1179private XamlContextStack<WpfXamlFrame> _stack;