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