1 type derived from ModelItemCollection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
21
class ModelItemCollectionImpl :
ModelItemCollection
, IModelTreeItem
85 references to ModelItemCollection
System.Data (85)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (2)
417
ModelItemCollection
itemsCollection = itemsCollectionProp.Collection;
430
ModelItemCollection
itemsCollection = itemsCollectionProp.Collection;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (5)
42
ModelItemCollection
collection = this.GetRawCollection();
307
ModelItemCollection
collection = this.GetRawCollection();
395
internal
ModelItemCollection
GetRawCollection()
406
ModelItemCollection
modelItemCollection = parentAsIndexer.ModelItem as
ModelItemCollection
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
250
typeof(
ModelItemCollection
), null).DependencyProperty;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelProperty.cs (1)
56
public abstract
ModelItemCollection
Collection { get; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DynamicActivityPropertyUtilities.cs (1)
13
public static DynamicActivityProperty Find(
ModelItemCollection
properties, string propertyName)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (1)
12
public
ModelItemCollection
Collection { get; set; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (1)
30
public override
ModelItemCollection
Collection
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
86
ModelItemCollection
ItemsCollectionModelItemCollection
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (7)
149
internal static bool TryGetPropertyValue(this ModelItem item, out
ModelItemCollection
value, params string[] path)
156
value = (
ModelItemCollection
)temp;
308
if (modelItem.Parent is
ModelItemCollection
)
310
sb.Insert(0, "[" + ((
ModelItemCollection
)modelItem.Parent).IndexOf(modelItem).ToString(CultureInfo.InvariantCulture) + "]");
396
ModelItemCollection
segmentCollection = GetModelItemFromSegment(currentModelItem, collectionProperty) as
ModelItemCollection
;
455
internal static string GetUniqueName(this
ModelItemCollection
collection, string nameDefaultPrefix, Func<ModelItem, string> nameGetter)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (3)
48
public override
ModelItemCollection
Collection
52
return this.Value as
ModelItemCollection
;
120
get { return this.Value is
ModelItemCollection
; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (3)
288
ModelItemCollection
variables = VariableHelper.GetVariableCollection(modelItem);
359
ModelItemCollection
arguments = argumentsProperty.Collection;
395
private ModelItem GetTopmostSelectedArgument(Selection selection,
ModelItemCollection
arguments)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (6)
448
ModelItemCollection
collection = currentModelItem as
ModelItemCollection
;
1008
ModelItemCollection
collection = vertex as
ModelItemCollection
;
1160
ModelItemCollection
collection = backPointer.DestinationVertex as
ModelItemCollection
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\MorphHelper.cs (3)
72
where parent is
ModelItemCollection
73
select (
ModelItemCollection
)parent;
74
foreach (
ModelItemCollection
collectionParent in collectionParents.ToList())
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (11)
147
ModelItemCollection
GetArgumentCollection()
160
ModelItemCollection
argumentCollection = this.GetArgumentCollection();
176
ModelItemCollection
arguments = this.GetArgumentCollection();
398
ModelItemCollection
collection = (
ModelItemCollection
)arg.ReflectedObject.Parent;
535
ModelItemCollection
argumentsCollection = this.GetArgumentCollection();
1154
ModelItemCollection
attributes = this.ReflectedObject.Properties["Attributes"].Collection;
1160
ModelItemCollection
attributes = this.ReflectedObject.Properties["Attributes"].Collection;
1170
ModelItemCollection
attributes = this.ReflectedObject.Properties["Attributes"].Collection;
1299
ModelItemCollection
argumentCollection = (
ModelItemCollection
)this.ReflectedObject.Parent;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
65
ModelItemCollection
importsModelItem;
755
ModelItemCollection
importsCollection = modelService.Root.Properties[NamespaceListPropertyDescriptor.ImportCollectionPropertyName].Collection;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportedNamespaceContextItem.cs (1)
45
ModelItemCollection
importsModelItem = modelService.Root.Properties[NamespaceListPropertyDescriptor.ImportCollectionPropertyName].Collection;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelPropertyViewModel.cs (2)
84
ModelItemCollection
mc = this.Value.Value as
ModelItemCollection
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (5)
271
internal static void AddModelItemCollection(TreeViewItemViewModel parent,
ModelItemCollection
collection, ModelProperty trackingProperty)
329
ModelItemCollection
mc = property.Value as
ModelItemCollection
;
366
ModelItemCollection
mc = property.Value as
ModelItemCollection
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\UniqueModelItemHelper.cs (2)
37
ModelItemCollection
collection = expected as
ModelItemCollection
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (19)
39
typeof(
ModelItemCollection
),
101
public
ModelItemCollection
CurrentVariableScope
103
get { return (
ModelItemCollection
)GetValue(CurrentVariableScopeProperty); }
115
ModelItemCollection
scope = this.GetDefaultVariableScope();
141
ModelItemCollection
container = VariableHelper.GetVariableCollection(oldVariableWrapper.ReflectedObject.Parent.Parent);
214
ModelItemCollection
GetDefaultVariableScope()
375
ModelItemCollection
newVariableScope = VariableHelper.GetVariableCollection(element);
477
ModelItemCollection
collection = (
ModelItemCollection
)arg.ReflectedObject.Parent;
762
internal static
ModelItemCollection
GetVariableCollection(this ModelItem element)
792
var
contained = VariableHelper.GetVariableCollection(element);
852
ModelItemCollection
variablesInElement = VariableHelper.GetVariableCollection(element);
872
ModelItemCollection
variablesInElement = VariableHelper.GetVariableCollection(element);
895
internal static bool ContainsVariable(this
ModelItemCollection
variableContainer, string variableName)
911
internal static string CreateUniqueVariableName(this
ModelItemCollection
variableContainer, string namePrefix, int countStartValue)
1219
ModelItemCollection
variableContainer = (
ModelItemCollection
)this.ReflectedObject.Parent;
1266
ModelItemCollection
currentScopeContainer = this.ReflectedObject.Parent.Parent.Properties["Variables"].Collection;
1269
ModelItemCollection
newScopeContainer = scope.Properties["Variables"].Collection;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1977
ModelItemCollection
variablesCollection = currentItem.GetVariableCollection();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (7)
38
DependencyProperty.Register("Items", typeof(
ModelItemCollection
), typeof(WorkflowItemsPresenter), new FrameworkPropertyMetadata(null, new PropertyChangedCallback(WorkflowItemsPresenter.OnItemsChanged)));
155
public
ModelItemCollection
Items
157
get { return (
ModelItemCollection
)GetValue(ItemsProperty); }
199
itemsPresenter.OnItemsChanged((
ModelItemCollection
)e.OldValue, (
ModelItemCollection
)e.NewValue);
208
void OnItemsChanged(
ModelItemCollection
oldItemsCollection,
ModelItemCollection
newItemsCollection)