15 types derived from ObservableCollection
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\AnnotationObservableCollection.cs (1)
38
internal class AnnotationObservableCollection<T> :
ObservableCollection
<T> where T : INotifyPropertyChanged2, IOwnedObject
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (1)
34
internal sealed class XmlElementCollection :
ObservableCollection
<XmlElement>
src\Framework\MS\Internal\Controls\ValidationErrorCollection.cs (1)
37
internal class ValidationErrorCollection :
ObservableCollection
<ValidationError>
src\Framework\MS\Internal\Data\DifferencingCollection.cs (1)
44
internal sealed class DifferencingCollection :
ObservableCollection
<object>
src\Framework\System\Windows\Controls\CalendarBlackoutDatesCollection.cs (1)
18
public sealed class CalendarBlackoutDatesCollection :
ObservableCollection
<CalendarDateRange>
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
22
internal class DataGridColumnCollection :
ObservableCollection
<DataGridColumn>
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
25
public class GridViewColumnCollection :
ObservableCollection
<GridViewColumn>
src\Framework\System\Windows\Controls\SelectedDatesCollection.cs (1)
20
public sealed class SelectedDatesCollection :
ObservableCollection
<DateTime>
src\Framework\System\Windows\Controls\SelectedItemCollection.cs (1)
27
internal class SelectedItemCollection :
ObservableCollection
<object>
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1994
class BindingExpressionCollection :
ObservableCollection
<BindingExpressionBase>
src\Framework\System\Windows\PropertyPath.cs (1)
995
private class PathParameterCollection :
ObservableCollection
<object>
src\Framework\System\Windows\ResourceDictionaryCollection.cs (1)
8
internal class ResourceDictionaryCollection :
ObservableCollection
<ResourceDictionary>
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ObservableCollection.cs (1)
19
internal sealed class ObservableCollectionWorkaround<T> :
ObservableCollection
<T>
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ObservableCollection.cs (1)
19
internal sealed class ObservableCollectionWorkaround<T> :
ObservableCollection
<T>
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\DataServiceCollectionOfT.cs (1)
42
public class DataServiceCollection<T> :
ObservableCollection
<T>
96 instantiations of ObservableCollection
PresentationFramework (24)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
821
ObservableCollection<GroupDescription> _groupBy = new
ObservableCollection
<GroupDescription>();
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (3)
896
_liveSortingProperties = new
ObservableCollection
<string>();
922
_liveFilteringProperties = new
ObservableCollection
<string>();
952
_liveGroupingProperties = new
ObservableCollection
<string>();
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
44
_snapshot = new
ObservableCollection
<object>();
src\Framework\MS\Internal\Data\XmlDataCollection.cs (1)
39
internal XmlDataCollection(XmlDataProvider xmlDataProvider) : base(new
ObservableCollection
<XmlNode>())
src\Framework\System\Windows\Annotations\Annotation.cs (1)
925
_authors = new
ObservableCollection
<string>();
src\Framework\System\Windows\Controls\DataGrid.cs (1)
89
_rowValidationRules = new
ObservableCollection
<ValidationRule>();
src\Framework\System\Windows\Controls\ItemCollection.cs (4)
701
MyGroupDescriptions = new
ObservableCollection
<GroupDescription>();
1387
MyLiveSortingProperties = new
ObservableCollection
<string>();
1420
MyLiveFilteringProperties = new
ObservableCollection
<string>();
1457
MyLiveGroupingProperties = new
ObservableCollection
<string>();
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3964
private ObservableCollection<GroupStyle> _groupStyle = new
ObservableCollection
<GroupStyle>();
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
1207
_liveSortingProperties = new
ObservableCollection
<string>();
1228
_liveFilteringProperties = new
ObservableCollection
<string>();
1249
_liveGroupingProperties = new
ObservableCollection
<string>();
src\Framework\System\Windows\Data\CollectionViewGroup.cs (1)
38
_itemsRW = new
ObservableCollection
<object>();
src\Framework\System\Windows\Data\CollectionViewSource.cs (4)
45
_groupBy = new
ObservableCollection
<GroupDescription>();
356
_liveSortingProperties = new
ObservableCollection
<string>();
477
_liveFilteringProperties = new
ObservableCollection
<string>();
598
_liveGroupingProperties = new
ObservableCollection
<string>();
src\Framework\System\Windows\Data\ListCollectionView.cs (3)
1507
_liveSortingProperties = new
ObservableCollection
<string>();
1529
_liveFilteringProperties = new
ObservableCollection
<string>();
1551
_liveGroupingProperties = new
ObservableCollection
<string>();
System.Activities.Core.Presentation (13)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (3)
185
this.ComboBoxItems = new
ObservableCollection
<string> { "True", "False" };
189
this.ComboBoxItems = new
ObservableCollection
<string>(Enum.GetNames(this.ValueType).ToList());
203
this.ComboBoxItems = new
ObservableCollection
<string> { Null };
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (2)
51
this.TransitionsSharingTrigger = new
ObservableCollection
<ExpandableItemWrapper>();
396
this.addNewTransitionBox.ViewModel.ComboBoxItems = new
ObservableCollection
<string>(
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (1)
74
mostRecentlyUsedTypes = new
ObservableCollection
<Type>
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
47
new PropertyMetadata(new
ObservableCollection
<DynamicArgumentWrapperObject>()));
412
ObservableCollection<DynamicArgumentWrapperObject> wrappers = new
ObservableCollection
<DynamicArgumentWrapperObject>();
421
ObservableCollection<DynamicArgumentWrapperObject> wrappers = new
ObservableCollection
<DynamicArgumentWrapperObject>();
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
54
this.wrapperCollection = new
ObservableCollection
<TypeWrapper>(value.Select(type => new TypeWrapper(type)));
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
116
var source = new
ObservableCollection
<CorrelationInitializerEntry>();
System\ServiceModel\Activities\Presentation\InitializeCorrelationDesigner.xaml.cs (1)
104
wrapperCollection = new
ObservableCollection
<CorrelationDataWrapper>();
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
26
ObservableCollection<MessageQueryEntry> dataSource = new
ObservableCollection
<MessageQueryEntry>();
System.Activities.Presentation (27)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (1)
43
this.Arguments = new
ObservableCollection
<ModelItem>();
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
91
this.ActivityDelegates = new
ObservableCollection
<ActivityDelegateInfo>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
80
_quickTypeCollection = new
ObservableCollection
<NewItemFactoryTypeModel>();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (4)
67
private ObservableCollection<CategoryEditor> basicCategoryEditors = new
ObservableCollection
<CategoryEditor>();
68
private ObservableCollection<CategoryEditor> advancedCategoryEditors = new
ObservableCollection
<CategoryEditor>();
69
private ObservableCollection<PropertyEntry> unconsumedBasicProperties = new
ObservableCollection
<PropertyEntry>();
70
private ObservableCollection<PropertyEntry> unconsumedAdvancedProperties = new
ObservableCollection
<PropertyEntry>();
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
49
this.parents = new
ObservableCollection
<ModelItem>();
51
this.sources = new
ObservableCollection
<ModelProperty>();
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
22
ObservableCollection<ToolboxItemWrapper> tools = new
ObservableCollection
<ToolboxItemWrapper>();
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
30
this.categories = new
ObservableCollection
<ToolboxCategory>();
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
50
SetValue(GenericTypeMappingProperty, new
ObservableCollection
<TypeKeyValue>());
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
55
ObservableCollection<DesignTimeArgument> argumentWrapperCollection = new
ObservableCollection
<DesignTimeArgument>();
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
565
ObservableCollection<object> breadCrumbCollection = new
ObservableCollection
<object>();
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
108
this.MenuItems = new
ObservableCollection
<MenuItem>();
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeView.xaml.cs (1)
33
this.ItemsSource = new
ObservableCollection
<TreeViewItemModelItemViewModel>() { rootModelItemViewModel };
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
36
InternalChildren = new
ObservableCollection
<TreeViewItemViewModel>();
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (5)
69
SetValue(GenericTypeMappingProperty, new
ObservableCollection
<TypeKeyValue>());
127
this.localAssemblies = new
ObservableCollection
<AssemblyNode>();
160
this.referenceAssemblies = new
ObservableCollection
<AssemblyNode>();
569
namespaces = new
ObservableCollection
<NamespaceNode>();
649
this.types = new
ObservableCollection
<TypeNode>();
System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (1)
19
ObservableCollection<TypeKeyValue> subTypes = new
ObservableCollection
<TypeKeyValue>();
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
136
defaultMostRecentlyUsedTypes = new
ObservableCollection
<Type>(DefaultTypes);
System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (2)
24
this.MostRecentlyUsedTypes = new
ObservableCollection
<Type>();
128
ObservableCollection<T> collection = new
ObservableCollection
<T>();
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
54
ObservableCollection<DesignTimeVariable> variableWrapperCollection = new
ObservableCollection
<DesignTimeVariable>();
System.Data (27)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (1)
43
this.Arguments = new
ObservableCollection
<ModelItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
91
this.ActivityDelegates = new
ObservableCollection
<ActivityDelegateInfo>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
80
_quickTypeCollection = new
ObservableCollection
<NewItemFactoryTypeModel>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (4)
67
private ObservableCollection<CategoryEditor> basicCategoryEditors = new
ObservableCollection
<CategoryEditor>();
68
private ObservableCollection<CategoryEditor> advancedCategoryEditors = new
ObservableCollection
<CategoryEditor>();
69
private ObservableCollection<PropertyEntry> unconsumedBasicProperties = new
ObservableCollection
<PropertyEntry>();
70
private ObservableCollection<PropertyEntry> unconsumedAdvancedProperties = new
ObservableCollection
<PropertyEntry>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
49
this.parents = new
ObservableCollection
<ModelItem>();
51
this.sources = new
ObservableCollection
<ModelProperty>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
22
ObservableCollection<ToolboxItemWrapper> tools = new
ObservableCollection
<ToolboxItemWrapper>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
30
this.categories = new
ObservableCollection
<ToolboxCategory>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
50
SetValue(GenericTypeMappingProperty, new
ObservableCollection
<TypeKeyValue>());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
55
ObservableCollection<DesignTimeArgument> argumentWrapperCollection = new
ObservableCollection
<DesignTimeArgument>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
565
ObservableCollection<object> breadCrumbCollection = new
ObservableCollection
<object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
108
this.MenuItems = new
ObservableCollection
<MenuItem>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeView.xaml.cs (1)
33
this.ItemsSource = new
ObservableCollection
<TreeViewItemModelItemViewModel>() { rootModelItemViewModel };
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
36
InternalChildren = new
ObservableCollection
<TreeViewItemViewModel>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (5)
69
SetValue(GenericTypeMappingProperty, new
ObservableCollection
<TypeKeyValue>());
127
this.localAssemblies = new
ObservableCollection
<AssemblyNode>();
160
this.referenceAssemblies = new
ObservableCollection
<AssemblyNode>();
569
namespaces = new
ObservableCollection
<NamespaceNode>();
649
this.types = new
ObservableCollection
<TypeNode>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (1)
19
ObservableCollection<TypeKeyValue> subTypes = new
ObservableCollection
<TypeKeyValue>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
136
defaultMostRecentlyUsedTypes = new
ObservableCollection
<Type>(DefaultTypes);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (2)
24
this.MostRecentlyUsedTypes = new
ObservableCollection
<Type>();
128
ObservableCollection<T> collection = new
ObservableCollection
<T>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
54
ObservableCollection<DesignTimeVariable> variableWrapperCollection = new
ObservableCollection
<DesignTimeVariable>();
WindowsBase (5)
Base\MS\Internal\GenericsInstances.cs (2)
26
private static ObservableCollection<object> s_OC_Empty = new
ObservableCollection
<object>();
28
= new ReadOnlyObservableCollection<object>(new
ObservableCollection
<object>());
Base\MS\Internal\ObservableCollectionDefaultValueFactory.cs (2)
33
_default = new
ObservableCollection
<T>();
55
var result = new
ObservableCollection
<T>();
Base\System\ComponentModel\GroupDescription.cs (1)
42
_explicitGroupNames = new
ObservableCollection
<object>();
276 references to ObservableCollection
PresentationFramework (84)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (3)
67
public virtual
ObservableCollection
<GroupDescription> GroupDescriptions
427
ObservableCollection
<object> explicitNames =
821
ObservableCollection
<GroupDescription> _groupBy = new ObservableCollection<GroupDescription>();
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (7)
159
public override
ObservableCollection
<GroupDescription> GroupDescriptions
886
ObservableCollection
<string> ICollectionViewLiveShaping.LiveSortingProperties
912
ObservableCollection
<string> ICollectionViewLiveShaping.LiveFilteringProperties
942
ObservableCollection
<string> ICollectionViewLiveShaping.LiveGroupingProperties
1087
ObservableCollection
<string> _liveSortingProperties; // dummy collection
1088
ObservableCollection
<string> _liveFilteringProperties; // dummy collection
1089
ObservableCollection
<string> _liveGroupingProperties; // dummy collection
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (2)
171
public override
ObservableCollection
<GroupDescription> GroupDescriptions
662
ObservableCollection
<object> _snapshot;
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
194
ObservableCollection
<GroupDescription> groupDescriptions = (icv != null) ? icv.GroupDescriptions : null;
src\Framework\System\Windows\Annotations\Annotation.cs (1)
962
private
ObservableCollection
<String> _authors;
src\Framework\System\Windows\Controls\DataGrid.cs (3)
113
public
ObservableCollection
<DataGridColumn> Columns
936
public
ObservableCollection
<ValidationRule> RowValidationRules
8693
private
ObservableCollection
<ValidationRule> _rowValidationRules; // Stores the row ValidationRule's
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1038
ObservableCollection
<DataGridColumn> columns = parentDataGrid.Columns;
2392
private
ObservableCollection
<DataGridColumn> Columns
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (4)
23
public DataGridColumnHeaderCollection(
ObservableCollection
<DataGridColumn> columns)
87
public ColumnHeaderCollectionEnumerator(
ObservableCollection
<DataGridColumn> columns)
190
private
ObservableCollection
<DataGridColumn> _columns;
270
private
ObservableCollection
<DataGridColumn> _columns;
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
602
protected internal virtual void OnColumnsChanged(
ObservableCollection
<DataGridColumn> columns, NotifyCollectionChangedEventArgs e)
src\Framework\System\Windows\Controls\ItemCollection.cs (22)
693
public override
ObservableCollection
<GroupDescription> GroupDescriptions
1379
public
ObservableCollection
<string> LiveSortingProperties
1412
public
ObservableCollection
<string> LiveFilteringProperties
1449
public
ObservableCollection
<string> LiveGroupingProperties
1782
ObservableCollection
<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions;
1783
ObservableCollection
<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions;
1822
ObservableCollection
<GroupDescription> group = view.GroupDescriptions;
1831
ObservableCollection
<string> liveSortingProperties = iclvs.LiveSortingProperties;
1837
ObservableCollection
<string> liveFilteringProperties = iclvs.LiveFilteringProperties;
1843
ObservableCollection
<string> liveGroupingProperties = iclvs.LiveGroupingProperties;
1864
ObservableCollection
<GroupDescription> group = view.GroupDescriptions;
1873
ObservableCollection
<string> liveSortingProperties = iclvs.LiveSortingProperties;
1879
ObservableCollection
<string> liveFilteringProperties = iclvs.LiveFilteringProperties;
1885
ObservableCollection
<string> liveGroupingProperties = iclvs.LiveGroupingProperties;
2336
private
ObservableCollection
<GroupDescription> MyGroupDescriptions
2371
private
ObservableCollection
<string> MyLiveSortingProperties
2404
private
ObservableCollection
<string> MyLiveFilteringProperties
2437
private
ObservableCollection
<string> MyLiveGroupingProperties
2509
public
ObservableCollection
<GroupDescription> _groupBy; // storage for GroupDescriptions; will forward to _collectionView.GroupDescriptions when available
2515
public
ObservableCollection
<string> _liveSortingProperties; // storage for LiveSortingProperties; will forward to _collectionView.LiveSortingProperties when available
2516
public
ObservableCollection
<string> _liveFilteringProperties; // storage for LiveFilteringProperties; will forward to _collectionView.LiveFilteringProperties when available
2517
public
ObservableCollection
<string> _liveGroupingProperties; // storage for LiveGroupingProperties; will forward to _collectionView.LiveGroupingProperties when available
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
954
public
ObservableCollection
<GroupStyle> GroupStyle
3964
private
ObservableCollection
<GroupStyle> _groupStyle = new ObservableCollection<GroupStyle>();
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (4)
123
ObservableCollection
<DataGridColumn> columns = dataGridOwner.Columns;
254
ObservableCollection
<DataGridColumn> columns = Columns;
345
protected internal virtual void OnColumnsChanged(
ObservableCollection
<DataGridColumn> columns, NotifyCollectionChangedEventArgs e)
624
private
ObservableCollection
<DataGridColumn> Columns
src\Framework\System\Windows\Controls\Primitives\Selector.cs (5)
61
ObservableCollection
<object> selectedItems = new SelectedItemCollection(this);
833
ObservableCollection
<object> oldSelectedItems = (
ObservableCollection
<object>) GetValue(SelectedItemsImplProperty);
914
ObservableCollection
<object> userSelectedItems = (
ObservableCollection
<object>)sender;
src\Framework\System\Windows\Data\BindingListCollectionView.cs (7)
353
public override
ObservableCollection
<GroupDescription> GroupDescriptions
1201
public
ObservableCollection
<string> LiveSortingProperties
1222
public
ObservableCollection
<string> LiveFilteringProperties
1243
public
ObservableCollection
<string> LiveGroupingProperties
2582
private
ObservableCollection
<string> _liveSortingProperties;
2583
private
ObservableCollection
<string> _liveFilteringProperties;
2584
private
ObservableCollection
<string> _liveGroupingProperties;
src\Framework\System\Windows\Data\CollectionView.cs (1)
296
public virtual
ObservableCollection
<GroupDescription> GroupDescriptions
src\Framework\System\Windows\Data\CollectionViewGroup.cs (2)
130
protected
ObservableCollection
<object> ProtectedItems
161
ObservableCollection
<object> _itemsRW;
src\Framework\System\Windows\Data\CollectionViewSource.cs (9)
235
public
ObservableCollection
<GroupDescription> GroupDescriptions
350
public
ObservableCollection
<string> LiveSortingProperties
471
public
ObservableCollection
<string> LiveFilteringProperties
592
public
ObservableCollection
<string> LiveGroupingProperties
1039
ObservableCollection
<string> properties;
1271
ObservableCollection
<GroupDescription> _groupBy;
1272
ObservableCollection
<string> _liveSortingProperties;
1273
ObservableCollection
<string> _liveFilteringProperties;
1274
ObservableCollection
<string> _liveGroupingProperties;
src\Framework\System\Windows\Data\ListCollectionView.cs (7)
258
public override
ObservableCollection
<GroupDescription> GroupDescriptions
1501
public
ObservableCollection
<string> LiveSortingProperties
1523
public
ObservableCollection
<string> LiveFilteringProperties
1545
public
ObservableCollection
<string> LiveGroupingProperties
3365
private
ObservableCollection
<string> _liveSortingProperties;
3366
private
ObservableCollection
<string> _liveFilteringProperties;
3367
private
ObservableCollection
<string> _liveGroupingProperties;
src\Framework\System\Windows\ResourceDictionary.cs (1)
2597
private
ObservableCollection
<ResourceDictionary> _mergedDictionaries = null;
System (1)
compmod\system\collections\objectmodel\readonlyobservablecollection.cs (1)
44
public ReadOnlyObservableCollection(
ObservableCollection
<T> list) : base(list)
System.Activities.Core.Presentation (29)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (3)
29
DependencyProperty.Register("ComboBoxItems", typeof(
ObservableCollection
<string>), typeof(CaseKeyBoxViewModel));
56
public
ObservableCollection
<string> ComboBoxItems
58
get { return (
ObservableCollection
<string>)GetValue(ComboBoxItemsProperty); }
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (3)
18
public static readonly DependencyProperty ListProperty = DependencyProperty.Register("List", typeof(
ObservableCollection
<ExpandableItemWrapper>), typeof(ReorderableListEditor), new PropertyMetadata(null));
32
public
ObservableCollection
<ExpandableItemWrapper> List
34
get { return (
ObservableCollection
<ExpandableItemWrapper>)this.GetValue(ListProperty); }
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (3)
31
public static readonly DependencyProperty TransitionsSharingTriggerProperty = DependencyProperty.Register("TransitionsSharingTrigger", typeof(
ObservableCollection
<ExpandableItemWrapper>), typeof(TransitionDesigner), new PropertyMetadata(null));
91
public
ObservableCollection
<ExpandableItemWrapper> TransitionsSharingTrigger
93
get { return (
ObservableCollection
<ExpandableItemWrapper>)this.GetValue(TransitionsSharingTriggerProperty); }
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (2)
67
static
ObservableCollection
<Type> mostRecentlyUsedTypes;
68
static
ObservableCollection
<Type> MostRecentlyUsedTypes
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (7)
45
typeof(
ObservableCollection
<DynamicArgumentWrapperObject>),
213
public
ObservableCollection
<DynamicArgumentWrapperObject> DynamicArguments
217
return (
ObservableCollection
<DynamicArgumentWrapperObject>)GetValue(DynamicArgumentsProperty);
374
internal static
ObservableCollection
<DynamicArgumentWrapperObject> ModelItemToWrapperCollection(ModelItem model, out bool isDictionary, out Type underlyingArgumentType)
412
ObservableCollection
<DynamicArgumentWrapperObject> wrappers = new ObservableCollection<DynamicArgumentWrapperObject>();
421
ObservableCollection
<DynamicArgumentWrapperObject> wrappers = new ObservableCollection<DynamicArgumentWrapperObject>();
430
internal static void WrapperCollectionToModelItem(
ObservableCollection
<DynamicArgumentWrapperObject> wrappers, ModelItem data, bool isDictionary, Type underlyingArgumentType)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
41
ObservableCollection
<TypeWrapper> wrapperCollection;
System\ServiceModel\Activities\Presentation\ContentDialogViewModel.cs (1)
127
public
ObservableCollection
<DynamicArgumentWrapperObject> DynamicArguments
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (4)
33
typeof(
ObservableCollection
<CorrelationDataWrapper>),
52
public
ObservableCollection
<CorrelationDataWrapper> CorrelationInitializeData
54
get { return (
ObservableCollection
<CorrelationDataWrapper>)GetValue(CorrelationInitializeDataProperty); }
121
(sender as CorrelationDataDesigner).correlationInitializers.ItemsSource = e.NewValue as
ObservableCollection
<CorrelationDataWrapper>;
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
116
var
source = new ObservableCollection<CorrelationInitializerEntry>();
System\ServiceModel\Activities\Presentation\InitializeCorrelationDesigner.xaml.cs (3)
99
ObservableCollection
<CorrelationDataWrapper> GetCorrelationDataWrapperCollection(ModelItem modelItem)
101
ObservableCollection
<CorrelationDataWrapper> wrapperCollection = null;
115
public EditorWindow(ModelItem activity, ModelItem correlationHandler,
ObservableCollection
<CorrelationDataWrapper> correlationData, EditingContext context)
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
26
ObservableCollection
<MessageQueryEntry> dataSource = new ObservableCollection<MessageQueryEntry>();
System.Activities.Presentation (75)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (3)
29
public static readonly DependencyProperty ArgumentsProperty = DependencyProperty.Register("Arguments", typeof(
ObservableCollection
<ModelItem>), typeof(ActivityDelegatePresenter));
85
public
ObservableCollection
<ModelItem> Arguments
89
return (
ObservableCollection
<ModelItem>)GetValue(ArgumentsProperty);
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (3)
41
internal static readonly DependencyProperty ActivityDelegatesProperty = DependencyProperty.Register("ActivityDelegates", typeof(
ObservableCollection
<ActivityDelegateInfo>), typeof(ActivityDesigner));
68
internal
ObservableCollection
<ActivityDelegateInfo> ActivityDelegates
70
get { return (
ObservableCollection
<ActivityDelegateInfo>)GetValue(ActivityDelegatesProperty); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (3)
206
protected override void AddProperty(PropertyEntry property,
ObservableCollection
<PropertyEntry> unconsumedProperties,
ObservableCollection
<PropertyEntry> referenceOrder,
ObservableCollection
<CategoryEditor> categoryEditors)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
69
private
ObservableCollection
<NewItemFactoryTypeModel> _quickTypeCollection;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (3)
53
public abstract
ObservableCollection
<PropertyEntry> BasicProperties
55
public abstract
ObservableCollection
<PropertyEntry> AdvancedProperties
89
public
ObservableCollection
<CategoryEditor> CategoryEditors
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (15)
67
private
ObservableCollection
<CategoryEditor> basicCategoryEditors = new ObservableCollection<CategoryEditor>();
68
private
ObservableCollection
<CategoryEditor> advancedCategoryEditors = new ObservableCollection<CategoryEditor>();
69
private
ObservableCollection
<PropertyEntry> unconsumedBasicProperties = new ObservableCollection<PropertyEntry>();
70
private
ObservableCollection
<PropertyEntry> unconsumedAdvancedProperties = new ObservableCollection<PropertyEntry>();
98
public
ObservableCollection
<CategoryEditor> BasicCategoryEditors
103
public
ObservableCollection
<CategoryEditor> AdvancedCategoryEditors
108
public
ObservableCollection
<PropertyEntry> UnconsumedBasicProperties
113
public
ObservableCollection
<PropertyEntry> UnconsumedAdvancedProperties
263
protected virtual void AddProperty(PropertyEntry property,
ObservableCollection
<PropertyEntry> unconsumedProperties,
ObservableCollection
<PropertyEntry> referenceOrder,
ObservableCollection
<CategoryEditor> categoryEditors)
506
private void UpdateUnconsumedProperties(CategoryEditor newEditor,
ObservableCollection
<PropertyEntry> unconsumedProperties)
572
private void RefreshConsumedProperties(
ObservableCollection
<PropertyEntry> unconsumedProperties,
ObservableCollection
<PropertyEntry> allProperties,
ObservableCollection
<CategoryEditor> categoryEditors)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (5)
43
public override
ObservableCollection
<PropertyEntry> AdvancedProperties
53
public override
ObservableCollection
<PropertyEntry> BasicProperties
96
ObservableCollection
<PropertyEntry> bucket,
109
ObservableCollection
<PropertyEntry> bucket,
161
internal void Refresh(ModelPropertyEntry property,
ObservableCollection
<PropertyEntry> bucket, IComparer<PropertyEntry> sortComparer)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
33
internal
ObservableCollection
<ModelItem> parents;
36
ObservableCollection
<ModelProperty> sources;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
22
ObservableCollection
<ToolboxItemWrapper> tools = new ObservableCollection<ToolboxItemWrapper>();
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
22
ObservableCollection
<ToolboxCategory> categories;
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (3)
24
typeof(
ObservableCollection
<TypeKeyValue>),
70
public
ObservableCollection
<TypeKeyValue> GenericTypeMapping
72
get { return (
ObservableCollection
<TypeKeyValue>)GetValue(GenericTypeMappingProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
55
ObservableCollection
<DesignTimeArgument> argumentWrapperCollection = new ObservableCollection<DesignTimeArgument>();
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
202
ObservableCollection
<DataGridColumn> columns = dataGrid.Columns;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
565
ObservableCollection
<object> breadCrumbCollection = new ObservableCollection<object>();
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (3)
61
typeof(
ObservableCollection
<MenuItem>),
189
public
ObservableCollection
<MenuItem> MenuItems
191
get { return (
ObservableCollection
<MenuItem>)GetValue(MenuItemsProperty); }
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
45
internal
ObservableCollection
<TreeViewItemViewModel> InternalChildren { get; private set; }
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (11)
46
typeof(
ObservableCollection
<TypeKeyValue>),
58
ObservableCollection
<AssemblyNode> localAssemblies;
59
ObservableCollection
<AssemblyNode> referenceAssemblies;
109
ObservableCollection
<TypeKeyValue> GenericTypeMapping
111
get { return (
ObservableCollection
<TypeKeyValue>)GetValue(GenericTypeMappingProperty); }
121
public
ObservableCollection
<AssemblyNode> LocalAssemblies
154
public
ObservableCollection
<AssemblyNode> ReferenceAssemblies
562
private
ObservableCollection
<NamespaceNode> namespaces;
563
public
ObservableCollection
<NamespaceNode> Namespaces
632
private
ObservableCollection
<TypeNode> types;
633
public
ObservableCollection
<TypeNode> Types
System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (4)
19
ObservableCollection
<TypeKeyValue> subTypes = new ObservableCollection<TypeKeyValue>();
27
ObservableCollection
<Type> mostRecentlyUsedTypes;
80
public
ObservableCollection
<Type> MostRecentlyUsedTypes
121
public
ObservableCollection
<TypeKeyValue> SubTypes
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (7)
75
typeof(
ObservableCollection
<Type>),
110
static
ObservableCollection
<Type> defaultMostRecentlyUsedTypes;
130
public static
ObservableCollection
<Type> DefaultMostRecentlyUsedTypes
145
public
ObservableCollection
<Type> MostRecentlyUsedTypes
147
get { return (
ObservableCollection
<Type>)GetValue(MostRecentlyUsedTypesProperty); }
549
((
ObservableCollection
<Type>)args.NewValue).CollectionChanged += ctrl.OnMostRecentlyUsedTypesChanged;
550
((
ObservableCollection
<Type>)args.OldValue).CollectionChanged -= ctrl.OnMostRecentlyUsedTypesChanged;
System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (5)
44
internal
ObservableCollection
<Type> MostRecentlyUsedTypes
117
static
ObservableCollection
<T> Intersect<T>(
ObservableCollection
<T> lhs,
ObservableCollection
<T> rhs)
128
ObservableCollection
<T> collection = new ObservableCollection<T>();
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
54
ObservableCollection
<DesignTimeVariable> variableWrapperCollection = new ObservableCollection<DesignTimeVariable>();
System.Data (75)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (3)
29
public static readonly DependencyProperty ArgumentsProperty = DependencyProperty.Register("Arguments", typeof(
ObservableCollection
<ModelItem>), typeof(ActivityDelegatePresenter));
85
public
ObservableCollection
<ModelItem> Arguments
89
return (
ObservableCollection
<ModelItem>)GetValue(ArgumentsProperty);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (3)
41
internal static readonly DependencyProperty ActivityDelegatesProperty = DependencyProperty.Register("ActivityDelegates", typeof(
ObservableCollection
<ActivityDelegateInfo>), typeof(ActivityDesigner));
68
internal
ObservableCollection
<ActivityDelegateInfo> ActivityDelegates
70
get { return (
ObservableCollection
<ActivityDelegateInfo>)GetValue(ActivityDelegatesProperty); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (3)
206
protected override void AddProperty(PropertyEntry property,
ObservableCollection
<PropertyEntry> unconsumedProperties,
ObservableCollection
<PropertyEntry> referenceOrder,
ObservableCollection
<CategoryEditor> categoryEditors)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
69
private
ObservableCollection
<NewItemFactoryTypeModel> _quickTypeCollection;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (3)
53
public abstract
ObservableCollection
<PropertyEntry> BasicProperties
55
public abstract
ObservableCollection
<PropertyEntry> AdvancedProperties
89
public
ObservableCollection
<CategoryEditor> CategoryEditors
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (15)
67
private
ObservableCollection
<CategoryEditor> basicCategoryEditors = new ObservableCollection<CategoryEditor>();
68
private
ObservableCollection
<CategoryEditor> advancedCategoryEditors = new ObservableCollection<CategoryEditor>();
69
private
ObservableCollection
<PropertyEntry> unconsumedBasicProperties = new ObservableCollection<PropertyEntry>();
70
private
ObservableCollection
<PropertyEntry> unconsumedAdvancedProperties = new ObservableCollection<PropertyEntry>();
98
public
ObservableCollection
<CategoryEditor> BasicCategoryEditors
103
public
ObservableCollection
<CategoryEditor> AdvancedCategoryEditors
108
public
ObservableCollection
<PropertyEntry> UnconsumedBasicProperties
113
public
ObservableCollection
<PropertyEntry> UnconsumedAdvancedProperties
263
protected virtual void AddProperty(PropertyEntry property,
ObservableCollection
<PropertyEntry> unconsumedProperties,
ObservableCollection
<PropertyEntry> referenceOrder,
ObservableCollection
<CategoryEditor> categoryEditors)
506
private void UpdateUnconsumedProperties(CategoryEditor newEditor,
ObservableCollection
<PropertyEntry> unconsumedProperties)
572
private void RefreshConsumedProperties(
ObservableCollection
<PropertyEntry> unconsumedProperties,
ObservableCollection
<PropertyEntry> allProperties,
ObservableCollection
<CategoryEditor> categoryEditors)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (5)
43
public override
ObservableCollection
<PropertyEntry> AdvancedProperties
53
public override
ObservableCollection
<PropertyEntry> BasicProperties
96
ObservableCollection
<PropertyEntry> bucket,
109
ObservableCollection
<PropertyEntry> bucket,
161
internal void Refresh(ModelPropertyEntry property,
ObservableCollection
<PropertyEntry> bucket, IComparer<PropertyEntry> sortComparer)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (2)
33
internal
ObservableCollection
<ModelItem> parents;
36
ObservableCollection
<ModelProperty> sources;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
22
ObservableCollection
<ToolboxItemWrapper> tools = new ObservableCollection<ToolboxItemWrapper>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategoryItems.cs (1)
22
ObservableCollection
<ToolboxCategory> categories;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (3)
24
typeof(
ObservableCollection
<TypeKeyValue>),
70
public
ObservableCollection
<TypeKeyValue> GenericTypeMapping
72
get { return (
ObservableCollection
<TypeKeyValue>)GetValue(GenericTypeMappingProperty); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
55
ObservableCollection
<DesignTimeArgument> argumentWrapperCollection = new ObservableCollection<DesignTimeArgument>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
202
ObservableCollection
<DataGridColumn> columns = dataGrid.Columns;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
565
ObservableCollection
<object> breadCrumbCollection = new ObservableCollection<object>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (3)
61
typeof(
ObservableCollection
<MenuItem>),
189
public
ObservableCollection
<MenuItem> MenuItems
191
get { return (
ObservableCollection
<MenuItem>)GetValue(MenuItemsProperty); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (1)
45
internal
ObservableCollection
<TreeViewItemViewModel> InternalChildren { get; private set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (11)
46
typeof(
ObservableCollection
<TypeKeyValue>),
58
ObservableCollection
<AssemblyNode> localAssemblies;
59
ObservableCollection
<AssemblyNode> referenceAssemblies;
109
ObservableCollection
<TypeKeyValue> GenericTypeMapping
111
get { return (
ObservableCollection
<TypeKeyValue>)GetValue(GenericTypeMappingProperty); }
121
public
ObservableCollection
<AssemblyNode> LocalAssemblies
154
public
ObservableCollection
<AssemblyNode> ReferenceAssemblies
562
private
ObservableCollection
<NamespaceNode> namespaces;
563
public
ObservableCollection
<NamespaceNode> Namespaces
632
private
ObservableCollection
<TypeNode> types;
633
public
ObservableCollection
<TypeNode> Types
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeKeyValue.cs (4)
19
ObservableCollection
<TypeKeyValue> subTypes = new ObservableCollection<TypeKeyValue>();
27
ObservableCollection
<Type> mostRecentlyUsedTypes;
80
public
ObservableCollection
<Type> MostRecentlyUsedTypes
121
public
ObservableCollection
<TypeKeyValue> SubTypes
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (7)
75
typeof(
ObservableCollection
<Type>),
110
static
ObservableCollection
<Type> defaultMostRecentlyUsedTypes;
130
public static
ObservableCollection
<Type> DefaultMostRecentlyUsedTypes
145
public
ObservableCollection
<Type> MostRecentlyUsedTypes
147
get { return (
ObservableCollection
<Type>)GetValue(MostRecentlyUsedTypesProperty); }
549
((
ObservableCollection
<Type>)args.NewValue).CollectionChanged += ctrl.OnMostRecentlyUsedTypesChanged;
550
((
ObservableCollection
<Type>)args.OldValue).CollectionChanged -= ctrl.OnMostRecentlyUsedTypesChanged;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (5)
44
internal
ObservableCollection
<Type> MostRecentlyUsedTypes
117
static
ObservableCollection
<T> Intersect<T>(
ObservableCollection
<T> lhs,
ObservableCollection
<T> rhs)
128
ObservableCollection
<T> collection = new ObservableCollection<T>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
54
ObservableCollection
<DesignTimeVariable> variableWrapperCollection = new ObservableCollection<DesignTimeVariable>();
WindowsBase (12)
Base\MS\Internal\GenericsInstances.cs (1)
26
private static
ObservableCollection
<object> s_OC_Empty = new ObservableCollection<object>();
Base\MS\Internal\ObservableCollectionDefaultValueFactory.cs (4)
55
var
result = new ObservableCollection<T>();
75
internal ObservableCollectionDefaultPromoter(DependencyObject owner, DependencyProperty property,
ObservableCollection
<T> collection)
120
private readonly
ObservableCollection
<T> _collection;
124
private
ObservableCollection
<T> _default;
Base\System\Collections\ObjectModel\ObservableCollection.cs (1)
19
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.ObjectModel.
ObservableCollection
<>))]
Base\System\ComponentModel\GroupDescription.cs (2)
96
public
ObservableCollection
<object> GroupNames
258
ObservableCollection
<object> _explicitGroupNames;
Base\System\ComponentModel\ICollectionView.cs (1)
100
ObservableCollection
<GroupDescription> GroupDescriptions { get; }
Base\System\ComponentModel\ICollectionViewLiveShaping.cs (3)
90
ObservableCollection
<string> LiveSortingProperties { get; }
103
ObservableCollection
<string> LiveFilteringProperties { get; }
120
ObservableCollection
<string> LiveGroupingProperties { get; }