6 references to GetCollectionHolderFromContext
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
3197BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert); 3218BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3239BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/); 3262BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3568BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 3582BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true);