4 references to GetDictionaryFromContext
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
1719
ResourceDictionary dictionary =
GetDictionaryFromContext
(CurrentContext, true /*toInsert*/) as ResourceDictionary;
3422
GetDictionaryFromContext
(parentContext, true /*toInsert*/);
4133
IDictionary dictionary =
GetDictionaryFromContext
(stackData, false /*toInsert*/);
4695
IDictionary dictionary =
GetDictionaryFromContext
(parentContext, true /*toInsert*/);