3 instantiations of BamlCollectionHolder
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
3022BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/); 3070BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3126BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId);
22 references to BamlCollectionHolder
PresentationFramework (22)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (22)
3022BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/); 3041BamlCollectionHolder holder = (BamlCollectionHolder)GetCurrentObjectData(); 3070BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3126BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3145BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData; 3170private void InitPropertyCollection(BamlCollectionHolder holder, ReaderContextStackData context) 3199private BamlCollectionHolder GetCollectionHolderFromContext(ReaderContextStackData context, bool toInsert) 3201BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData; 3232BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert); 3253BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3274BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/); 3297BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3429BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData; 3604BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 3618BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 4863parent = ((BamlCollectionHolder)parent).Collection; 4907BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData;