4 references to GetDictionaryFromContext
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
1672ResourceDictionary dictionary = GetDictionaryFromContext(CurrentContext, true /*toInsert*/) as ResourceDictionary; 3369GetDictionaryFromContext(parentContext, true /*toInsert*/); 4074IDictionary dictionary = GetDictionaryFromContext(stackData, false /*toInsert*/); 4627IDictionary dictionary = GetDictionaryFromContext(parentContext, true /*toInsert*/);