7 writes to Collection
PresentationFramework (7)
System\Windows\Markup\BamlCollectionHolder.cs (1)
217
Collection
= DefaultCollection;
System\Windows\Markup\BamlRecordReader.cs (6)
3001
holder.
Collection
= ProvideValueFromMarkupExtension(arrayExt, holder, null);
3031
holder.
Collection
= holder.DefaultCollection;
3038
holder.
Collection
= CurrentContext.ObjectData;
3129
holder.
Collection
= arrayExt;
3136
holder.
Collection
= holder.DefaultCollection;
4868
holder.
Collection
= element;
12 references to Collection
PresentationFramework (12)
System\Windows\Markup\BamlCollectionHolder.cs (4)
124
_resourcesParent.Resources = (ResourceDictionary)
Collection
;
133
_reader.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty,
Collection
);
137
PropertyDefinition.AttachedPropertySetter.Invoke(null, new object[] { Parent,
Collection
});
142
Collection
, BindingFlags.Instance |
System\Windows\Markup\BamlRecordReader.cs (8)
2992
if (holder.
Collection
== null)
3092
if (holder.
Collection
== null)
3101
if (!holder.ReadOnly && holder.
Collection
!= holder.DefaultCollection)
3118
Debug.Assert (holder.
Collection
== null);
3151
if (holder.
Collection
== null && toInsert)
3223
result = BamlRecordManager.AsIAddChild(holder.
Collection
);
3551
IAddChild iaddchild = BamlRecordManager.AsIAddChild(holder.
Collection
);
4793
parent = ((BamlCollectionHolder)parent).
Collection
;