4 references to GetDictionaryFromContext
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
1681ResourceDictionary dictionary = GetDictionaryFromContext(CurrentContext, true /*toInsert*/) as ResourceDictionary; 3377GetDictionaryFromContext(parentContext, true /*toInsert*/); 4083IDictionary dictionary = GetDictionaryFromContext(stackData, false /*toInsert*/); 4639IDictionary dictionary = GetDictionaryFromContext(parentContext, true /*toInsert*/);