3 instantiations of BamlCollectionHolder
PresentationFramework (3)
22 references to BamlCollectionHolder
PresentationFramework (22)
System\Windows\Markup\BamlRecordReader.cs (22)
2978BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/);
2997BamlCollectionHolder holder = (BamlCollectionHolder)GetCurrentObjectData();
3026BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId);
3082BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId);
3101BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData;
3126private void InitPropertyCollection(BamlCollectionHolder holder, ReaderContextStackData context)
3155private BamlCollectionHolder GetCollectionHolderFromContext(ReaderContextStackData context, bool toInsert)
3157BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData;
3188BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert);
3209BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/);
3230BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/);
3253BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/);
3384BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData;
3559BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true);
3573BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true);
4806parent = ((BamlCollectionHolder)parent).Collection;
4849BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData;