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