6 references to GetCollectionHolderFromContext
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
3232BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert); 3253BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3274BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/); 3297BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3604BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 3618BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true);