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