3 instantiations of BamlCollectionHolder
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (3)
2967BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/); 3015BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3071BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId);
22 references to BamlCollectionHolder
PresentationFramework (22)
System\Windows\Markup\BamlRecordReader.cs (22)
2967BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId, false /*needDefault*/); 2986BamlCollectionHolder holder = (BamlCollectionHolder)GetCurrentObjectData(); 3015BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3071BamlCollectionHolder holder = new BamlCollectionHolder(this, parent, attributeId); 3090BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData; 3115private void InitPropertyCollection(BamlCollectionHolder holder, ReaderContextStackData context) 3146private BamlCollectionHolder GetCollectionHolderFromContext(ReaderContextStackData context, bool toInsert) 3148BamlCollectionHolder holder = (BamlCollectionHolder)context.ObjectData; 3179BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert); 3200BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3221BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/); 3244BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3375BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData; 3550BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 3564BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 4793parent = ((BamlCollectionHolder)parent).Collection; 4836BamlCollectionHolder holder = (BamlCollectionHolder)parentContext.ObjectData;