7 writes to Collection
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
219
Collection
= DefaultCollection;
System\Windows\Markup\BamlRecordReader.cs (6)
3021
holder.
Collection
= ProvideValueFromMarkupExtension(arrayExt, holder, null);
3051
holder.
Collection
= holder.DefaultCollection;
3058
holder.
Collection
= CurrentContext.ObjectData;
3147
holder.
Collection
= arrayExt;
3154
holder.
Collection
= holder.DefaultCollection;
4890
holder.
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
);
139
PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent,
Collection
});
144
Collection
, BindingFlags.Instance |
System\Windows\Markup\BamlRecordReader.cs (8)
3012
if (holder.
Collection
== null)
3112
if (holder.
Collection
== null)
3121
if (!holder.ReadOnly && holder.
Collection
!= holder.DefaultCollection)
3138
Debug.Assert (holder.
Collection
== null);
3169
if (holder.
Collection
== null && toInsert)
3241
result = BamlRecordManager.AsIAddChild(holder.
Collection
);
3569
IAddChild iaddchild = BamlRecordManager.AsIAddChild(holder.
Collection
);
4815
parent = ((BamlCollectionHolder)parent).
Collection
;