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