7 writes to Collection
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
217Collection = DefaultCollection;
System\Windows\Markup\BamlRecordReader.cs (6)
3001holder.Collection = ProvideValueFromMarkupExtension(arrayExt, holder, null); 3031holder.Collection = holder.DefaultCollection; 3038holder.Collection = CurrentContext.ObjectData; 3129holder.Collection = arrayExt; 3136holder.Collection = holder.DefaultCollection; 4868holder.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)
2992if (holder.Collection == null) 3092if (holder.Collection == null) 3101if (!holder.ReadOnly && holder.Collection != holder.DefaultCollection) 3118Debug.Assert (holder.Collection == null); 3151if (holder.Collection == null && toInsert) 3223result = BamlRecordManager.AsIAddChild(holder.Collection); 3551IAddChild iaddchild = BamlRecordManager.AsIAddChild(holder.Collection); 4793parent = ((BamlCollectionHolder)parent).Collection;