4 references to GetDictionaryFromContext
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
1690ResourceDictionary dictionary = GetDictionaryFromContext(CurrentContext, true /*toInsert*/) as ResourceDictionary; 3386GetDictionaryFromContext(parentContext, true /*toInsert*/); 4092IDictionary dictionary = GetDictionaryFromContext(stackData, false /*toInsert*/); 4648IDictionary dictionary = GetDictionaryFromContext(parentContext, true /*toInsert*/);