7 writes to Collection
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
217Collection = DefaultCollection;
System\Windows\Markup\BamlRecordReader.cs (6)
2998holder.Collection = ProvideValueFromMarkupExtension(arrayExt, holder, null); 3028holder.Collection = holder.DefaultCollection; 3035holder.Collection = CurrentContext.ObjectData; 3126holder.Collection = arrayExt; 3133holder.Collection = holder.DefaultCollection; 4862holder.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); 137PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent, Collection }); 142Collection, BindingFlags.Instance |
System\Windows\Markup\BamlRecordReader.cs (8)
2989if (holder.Collection == null) 3089if (holder.Collection == null) 3098if (!holder.ReadOnly && holder.Collection != holder.DefaultCollection) 3115Debug.Assert (holder.Collection == null); 3148if (holder.Collection == null && toInsert) 3220result = BamlRecordManager.AsIAddChild(holder.Collection); 3545IAddChild iaddchild = BamlRecordManager.AsIAddChild(holder.Collection); 4787parent = ((BamlCollectionHolder)parent).Collection;