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