4 references to GetDictionaryFromContext
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
1719ResourceDictionary dictionary = GetDictionaryFromContext(CurrentContext, true /*toInsert*/) as ResourceDictionary; 3422GetDictionaryFromContext(parentContext, true /*toInsert*/); 4133IDictionary dictionary = GetDictionaryFromContext(stackData, false /*toInsert*/); 4695IDictionary dictionary = GetDictionaryFromContext(parentContext, true /*toInsert*/);