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