2 instantiations of CategoryContainerAutomationPeer
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
337_coreLogic = new CategoryContainerAutomationPeer(container, this); 623_coreLogic = new CategoryContainerAutomationPeer(container, this);
10 references to CategoryContainerAutomationPeer
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (8)
328private CategoryContainerAutomationPeer _coreLogic; 360return CategoryContainerAutomationPeer.GetClassNameCore(); 365return CategoryContainerAutomationPeer.GetHelpTextCore(); 501CategoryContainerAutomationPeer.AddCategoryEditors(_children, VisualTreeUtils.GetNamedChild<ItemsControl>(_container, "PART_AdvancedCategoryEditors"), Resources.PropertyEditing_AdvancedCategoryEditors); 502CategoryContainerAutomationPeer.AddCategoryProperties(_children, VisualTreeUtils.GetNamedChild<ItemsControl>(_container, "PART_AdvancedPropertyList")); 618private CategoryContainerAutomationPeer _coreLogic; 639return CategoryContainerAutomationPeer.GetClassNameCore(); 644return CategoryContainerAutomationPeer.GetHelpTextCore();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryListAutomationPeer.cs (1)
55ItemAutomationPeer peer = CategoryContainerAutomationPeer.CreateItemAutomationPeer(
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (1)
304return CategoryContainerAutomationPeer.CreateStandAloneAutomationPeer(this);