3 instantiations of BamlCollectionHolder
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (3)
2964BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/); 3012BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3068BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId);
22 references to BamlCollectionHolder
PresentationFramework (22)
System\Windows\Markup\BamlRecordReader.cs (22)
2964BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/); 2983BamlCollectionHolder holder = (BamlCollectionHolder)GetCurrentObjectData(); 3012BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3068BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3087BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData; 3112private void InitPropertyCollection(BamlCollectionHolder holder, ReaderContextStackData context) 3143private BamlCollectionHolder GetCollectionHolderFromContext(ReaderContextStackData context, bool toInsert) 3145BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData; 3176BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert); 3197BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3218BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/); 3241BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3372BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData; 3544BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 3558BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 4787parent = ((BamlCollectionHolder)parent).Collection; 4830BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData;