7 writes to Collection
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
218Collection = DefaultCollection;
System\Windows\Markup\BamlRecordReader.cs (6)
3012holder.Collection = ProvideValueFromMarkupExtension(arrayExt, holder, null); 3042holder.Collection = holder.DefaultCollection; 3049holder.Collection = CurrentContext.ObjectData; 3138holder.Collection = arrayExt; 3145holder.Collection = holder.DefaultCollection; 4881holder.Collection = element;
12 references to Collection
PresentationFramework (12)
System\Windows\Markup\BamlCollectionHolder.cs (4)
125_resourcesParent.Resources = (ResourceDictionary)Collection; 134_reader.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty, Collection); 138PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent, Collection }); 143Collection, BindingFlags.Instance |
System\Windows\Markup\BamlRecordReader.cs (8)
3003if (holder.Collection == null) 3103if (holder.Collection == null) 3112if (!holder.ReadOnly && holder.Collection != holder.DefaultCollection) 3129Debug.Assert (holder.Collection == null); 3160if (holder.Collection == null && toInsert) 3232result = BamlRecordManager.AsIAddChild(holder.Collection); 3560IAddChild iaddchild = BamlRecordManager.AsIAddChild(holder.Collection); 4806parent = ((BamlCollectionHolder)parent).Collection;