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