3 instantiations of BamlCollectionHolder
PresentationFramework (3)
22 references to BamlCollectionHolder
PresentationFramework (22)
System\Windows\Markup\BamlRecordReader.cs (22)
2987BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/);
3006BamlCollectionHolder holder = (BamlCollectionHolder)GetCurrentObjectData();
3035BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId);
3091BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId);
3110BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData;
3135private void InitPropertyCollection(BamlCollectionHolder holder, ReaderContextStackData context)
3164private BamlCollectionHolder GetCollectionHolderFromContext(ReaderContextStackData context, bool toInsert)
3166BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData;
3197BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert);
3218BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/);
3239BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/);
3262BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/);
3393BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData;
3568BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true);
3582BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true);
4815parent = ((BamlCollectionHolder)parent).Collection;
4858BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData;