6 writes to Type
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 });
6 references to Type
System.Activities.Presentation (6)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (6)
200if (frameObject.Type != null) 202string prefix = frameObject.Type.Name; 203if (frameObject.Type.UnderlyingType != null) 205prefix = frameObject.Type.UnderlyingType.Name; 797if (objectNode.Type != null && objectNode.Type.Equals(viewStateType))