5 references to GetValue
PresentationFramework (5)
System\Windows\ResourceDictionary.cs (3)
387return GetValue(key, out canCache); 512value = mergedDictionary.GetValue(key, out canCache); 1805return GetValue(resourceKey, out canCache);
System\Windows\SystemResources.cs (2)
1721object value = _dictionary.GetValue(_key, out bool canCache); 1908value = Dictionary.GetValue(key, out canCache);