32 references to CategoryList
System.Activities.Presentation (32)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryListAutomationPeer.cs (2)
32private CategoryList _control; 40public CategoryListAutomationPeer(CategoryList owner)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (8)
63UIElement.FocusableProperty.OverrideMetadata(typeof(CategoryList), new FrameworkPropertyMetadata(false)); 66PropertySelection.IsSelectionScopeProperty.OverrideMetadata(typeof(CategoryList), new PropertyMetadata(true)); 1105private CategoryList _parent; 1108public CategoryListStateContainer(CategoryList parent) 1147private CategoryList _parent; 1149public FilterStringStateContainer(CategoryList parent) 1179private CategoryList _parent; 1181public PropertyValueWidthStateContainer(CategoryList parent)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
370internal CategoryList CategoryList
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (7)
42typeof(CategoryList), 74public CategoryList CategoryList 76get { return (CategoryList)this.GetValue(CategoryListProperty); } 274theThis.UnhookEvents(e.OldValue as CategoryList); 279theThis.HookEvents(e.NewValue as CategoryList); 283private void HookEvents(CategoryList categoryList) 294private void UnhookEvents(CategoryList categoryList)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryContainerSelectionPathInterpreter.cs (1)
53public DependencyObject ResolveSelectionPath(CategoryList root, SelectionPath path, out bool pendingGeneration)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionPathInterpreter.cs (1)
48public DependencyObject ResolveSelectionPath(CategoryList root, SelectionPath path, out bool pendingGeneration)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\ISelectionPathInterpreter.cs (1)
32DependencyObject ResolveSelectionPath(CategoryList root, SelectionPath path, out bool pendingGeneration);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionPathInterpreter.cs (1)
48public DependencyObject ResolveSelectionPath(CategoryList root, SelectionPath path, out bool pendingGeneration)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (1)
61public static DependencyObject ResolveSelectionPath(CategoryList root, SelectionPath path, out bool pendingGeneration)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (3)
51public ModelPropertyEntry AddProperty(IEnumerable<ModelProperty> propertySet, string propertyName, CategoryList categoryList) 103public Dictionary<Type, object> GetCategoryEditors(Type ownerType, CategoryList categoryList) 116public SelectionPath GetDefaultSelectionPath(CategoryList categoryList)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (3)
53public ModelPropertyEntry AddProperty(IEnumerable<ModelProperty> propertySet, string propertyName, CategoryList categoryList) 126public Dictionary<Type, object> GetCategoryEditors(Type ownerType, CategoryList categoryList) 184public SelectionPath GetDefaultSelectionPath(CategoryList categoryList)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\IPropertyViewManager.cs (3)
36ModelPropertyEntry AddProperty(IEnumerable<ModelProperty> propertySet, string propertyName, CategoryList categoryList); 46Dictionary<Type, object> GetCategoryEditors(Type ownerType, CategoryList categoryList); 55SelectionPath GetDefaultSelectionPath(CategoryList categoryList);