5 references to GetValue
PresentationFramework (5)
src\Framework\System\Windows\ResourceDictionary.cs (3)
397return GetValue(key, out canCache); 522value = mergedDictionary.GetValue(key, out canCache); 1801return GetValue(resourceKey, out canCache);
src\Framework\System\Windows\SystemResources.cs (2)
1816object value = _dictionary.GetValue(_keyOrValue, out canCache); 2014value = Dictionary.GetValue(key, out canCache);