7 writes to Collection
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
218
Collection
= DefaultCollection;
System\Windows\Markup\BamlRecordReader.cs (6)
3012
holder.
Collection
= ProvideValueFromMarkupExtension(arrayExt, holder, null);
3042
holder.
Collection
= holder.DefaultCollection;
3049
holder.
Collection
= CurrentContext.ObjectData;
3138
holder.
Collection
= arrayExt;
3145
holder.
Collection
= holder.DefaultCollection;
4881
holder.
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
);
138
PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent,
Collection
});
143
Collection
, BindingFlags.Instance |
System\Windows\Markup\BamlRecordReader.cs (8)
3003
if (holder.
Collection
== null)
3103
if (holder.
Collection
== null)
3112
if (!holder.ReadOnly && holder.
Collection
!= holder.DefaultCollection)
3129
Debug.Assert (holder.
Collection
== null);
3160
if (holder.
Collection
== null && toInsert)
3232
result = BamlRecordManager.AsIAddChild(holder.
Collection
);
3560
IAddChild iaddchild = BamlRecordManager.AsIAddChild(holder.
Collection
);
4806
parent = ((BamlCollectionHolder)parent).
Collection
;