4 references to GetDictionaryFromContext
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
1671ResourceDictionary dictionary = GetDictionaryFromContext(CurrentContext, true /*toInsert*/) as ResourceDictionary; 3365GetDictionaryFromContext(parentContext, true /*toInsert*/); 4067IDictionary dictionary = GetDictionaryFromContext(stackData, false /*toInsert*/); 4620IDictionary dictionary = GetDictionaryFromContext(parentContext, true /*toInsert*/);