2 instantiations of VisualState
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (2)
283VisualState currentObject = new VisualState(root, GetTreeDepth(root)); 320stack.Push(new VisualState(child, currentObject.Depth + 1));
3 references to VisualState
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (3)
282Stack<VisualState> stack = new Stack<VisualState>(); 283VisualState currentObject = new VisualState(root, GetTreeDepth(root));