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