3 instantiations of BamlCollectionHolder
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (3)
2968BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/); 3016BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3072BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId);
22 references to BamlCollectionHolder
PresentationFramework (22)
System\Windows\Markup\BamlRecordReader.cs (22)
2968BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/); 2987BamlCollectionHolder holder = (BamlCollectionHolder)GetCurrentObjectData(); 3016BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3072BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3091BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData; 3116private void InitPropertyCollection(BamlCollectionHolder holder, ReaderContextStackData context) 3147private BamlCollectionHolder GetCollectionHolderFromContext(ReaderContextStackData context, bool toInsert) 3149BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData; 3180BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert); 3201BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3222BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/); 3245BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3376BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData; 3551BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 3565BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 4794parent = ((BamlCollectionHolder)parent).Collection; 4837BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData;