2 instantiations of WpfXamlFrame
PresentationFramework (2)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
71XamlContextStack<WpfXamlFrame> stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame());
src\Framework\System\Windows\Markup\XamlReader.cs (1)
270_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame());
10 references to WpfXamlFrame
PresentationFramework (10)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (8)
71XamlContextStack<WpfXamlFrame> stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 163XamlContextStack<WpfXamlFrame> stack, 186WpfXamlFrame iteratorFrame = stack.CurrentFrame; 195iteratorFrame = (WpfXamlFrame)iteratorFrame.Previous; 308WpfXamlFrame currentFrame = stack.CurrentFrame; 337private static void WriteValue(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack, IStyleConnector styleConnector) 390private static void WriteStartObject(Xaml.XamlReader xamlReader, XamlObjectWriter xamlWriter, XamlContextStack<WpfXamlFrame> stack)
src\Framework\System\Windows\Markup\XamlReader.cs (2)
270_stack = new XamlContextStack<WpfXamlFrame>(() => new WpfXamlFrame()); 1126private XamlContextStack<WpfXamlFrame> _stack;