5 references to GetValue
PresentationFramework (5)
System\Windows\ResourceDictionary.cs (3)
398return GetValue(key, out canCache); 523value = mergedDictionary.GetValue(key, out canCache); 1767return GetValue(resourceKey, out canCache);
System\Windows\SystemResources.cs (2)
1737object value = _dictionary.GetValue(_keyOrValue, out canCache); 1935value = Dictionary.GetValue(key, out canCache);