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