1 write to _container
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
49_container = container;
20 references to _container
System.Activities.Presentation (20)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (20)
60if (_container == null) 65return _container.Expanded ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed; 103if (_container != null) 105AddCategoryEditors(children, VisualTreeUtils.GetNamedChild<ItemsControl>(_container, "PART_BasicCategoryEditors"), Resources.PropertyEditing_BasicCategoryEditors); 106AddCategoryProperties(children, VisualTreeUtils.GetNamedChild<ItemsControl>(_container, "PART_BasicPropertyList")); 108if (_container.Expanded) 111Expander advancedExpander = VisualTreeUtils.GetNamedChild<Expander>(_container, "PART_AdvancedExpander"); 116children.Add(new AdvancedCategoryContainerAutomationPeer(_container, advancedExpander)); 176if (_container != null) 178return _container.Category.CategoryName; 203if (_container != null) 205_container.Expanded = false; 214if (_container != null) 216_container.Expanded = true; 225if (_container != null) 227_container.BringIntoView(); 240if (_container != null) 242HookUpFocusEvents(VisualTreeUtils.GetNamedChild<Expander>(_container, "PART_MainExpander"), OnIsSelectedValueChanged); 292if (_container != null) 294UnHookFocusEvents(VisualTreeUtils.GetNamedChild<Expander>(_container, "PART_MainExpander"), OnIsSelectedValueChanged);