6 references to GetCollectionHolderFromContext
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
3188BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert); 3209BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3230BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/); 3253BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3559BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 3573BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true);