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