6 references to GetCollectionHolderFromContext
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
3180BamlCollectionHolder holder = GetCollectionHolderFromContext(context, toInsert); 3201BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3222BamlCollectionHolder holder = GetCollectionHolderFromContext(context, false /*toInsert*/); 3245BamlCollectionHolder holder = GetCollectionHolderFromContext(context, true /*toInsert*/); 3551BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true); 3565BamlCollectionHolder holder = GetCollectionHolderFromContext(CurrentContext, true);