7 writes to Collection
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
219Collection = DefaultCollection;
System\Windows\Markup\BamlRecordReader.cs (6)
3021holder.Collection = ProvideValueFromMarkupExtension(arrayExt, holder, null); 3051holder.Collection = holder.DefaultCollection; 3058holder.Collection = CurrentContext.ObjectData; 3147holder.Collection = arrayExt; 3154holder.Collection = holder.DefaultCollection; 4890holder.Collection = element;
12 references to Collection
PresentationFramework (12)
System\Windows\Markup\BamlCollectionHolder.cs (4)
126_resourcesParent.Resources = (ResourceDictionary)Collection; 135_reader.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty, Collection); 139PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent, Collection }); 144Collection, BindingFlags.Instance |
System\Windows\Markup\BamlRecordReader.cs (8)
3012if (holder.Collection == null) 3112if (holder.Collection == null) 3121if (!holder.ReadOnly && holder.Collection != holder.DefaultCollection) 3138Debug.Assert (holder.Collection == null); 3169if (holder.Collection == null && toInsert) 3241result = BamlRecordManager.AsIAddChild(holder.Collection); 3569IAddChild iaddchild = BamlRecordManager.AsIAddChild(holder.Collection); 4815parent = ((BamlCollectionHolder)parent).Collection;