7 writes to Collection
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
218Collection = DefaultCollection;
System\Windows\Markup\BamlRecordReader.cs (6)
3002holder.Collection = ProvideValueFromMarkupExtension(arrayExt, holder, null); 3032holder.Collection = holder.DefaultCollection; 3039holder.Collection = CurrentContext.ObjectData; 3130holder.Collection = arrayExt; 3137holder.Collection = holder.DefaultCollection; 4869holder.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)
2993if (holder.Collection == null) 3093if (holder.Collection == null) 3102if (!holder.ReadOnly && holder.Collection != holder.DefaultCollection) 3119Debug.Assert (holder.Collection == null); 3152if (holder.Collection == null && toInsert) 3224result = BamlRecordManager.AsIAddChild(holder.Collection); 3552IAddChild iaddchild = BamlRecordManager.AsIAddChild(holder.Collection); 4794parent = ((BamlCollectionHolder)parent).Collection;