6 instantiations of Frame
System.Activities.Presentation (6)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (6)
105
stack.Push(new
Frame
() { Type = inputReader.Type, InstanceObject = inputReader.Instance });
119
stack.Push(new
Frame
() { Type = null });
347
stack.Push(new
Frame
{ Type = workflowDefinition.Type });
351
stack.Push(new
Frame
{ Type = null });
743
objectNodes.Push(new
Frame
{ Type = xamlReader.Type });
747
objectNodes.Push(new
Frame
{ Type = null });
9 references to Frame
System.Activities.Presentation (9)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (9)
64
Stack<
Frame
> stack = new Stack<
Frame
>();
188
Frame
frameObject = stack.Pop();
328
Stack<
Frame
> stack = new Stack<
Frame
>();
466
Frame
frameObject = stack.Pop();
724
Stack<
Frame
> objectNodes = new Stack<
Frame
>();
796
Frame
objectNode = objectNodes.Pop();