1 instantiation of XamlFrame
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
459this.xamlStack.Push(new XamlFrame { Type = type });
4 references to XamlFrame
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
40WalkableStack<XamlFrame> xamlStack; 69this.xamlStack = new WalkableStack<XamlFrame>(); 542XamlFrame frame = this.xamlStack.Current; 564XamlFrame currentFrame = this.xamlStack.Current;