7 writes to Collection
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
217
Collection
= DefaultCollection;
System\Windows\Markup\BamlRecordReader.cs (6)
2998
holder.
Collection
= ProvideValueFromMarkupExtension(arrayExt, holder, null);
3028
holder.
Collection
= holder.DefaultCollection;
3035
holder.
Collection
= CurrentContext.ObjectData;
3126
holder.
Collection
= arrayExt;
3133
holder.
Collection
= holder.DefaultCollection;
4862
holder.
Collection
= element;
12 references to Collection
PresentationFramework (12)
System\Windows\Markup\BamlCollectionHolder.cs (4)
124
_resourcesParent.Resources = (ResourceDictionary)
Collection
;
133
_reader.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty,
Collection
);
137
PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent,
Collection
});
142
Collection
, BindingFlags.Instance |
System\Windows\Markup\BamlRecordReader.cs (8)
2989
if (holder.
Collection
== null)
3089
if (holder.
Collection
== null)
3098
if (!holder.ReadOnly && holder.
Collection
!= holder.DefaultCollection)
3115
Debug.Assert (holder.
Collection
== null);
3148
if (holder.
Collection
== null && toInsert)
3220
result = BamlRecordManager.AsIAddChild(holder.
Collection
);
3545
IAddChild iaddchild = BamlRecordManager.AsIAddChild(holder.
Collection
);
4787
parent = ((BamlCollectionHolder)parent).
Collection
;