1 write to _children
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (1)
64_children = new List<AutomationPeer>();
9 references to _children
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (9)
50if (_children != null) 52foreach (AutomationPeer peer in _children) 60_children.Clear(); 66_children.Add(new TextBlockAutomationPeer(_inspector.SelectionTypeLabel)); 67_children.Add(new UIElementAutomationPeer(_inspector.PropertyToolBar)); 68_children.Add(new InfoTextBlockAutomationPeer(_inspector.UninitializedLabel)); 69_children.Add(new InfoTextBlockAutomationPeer(_inspector.NoSearchResultsLabel)); 70_children.Add(new CategoryListAutomationPeer(_inspector.CategoryList)); 72return _children;