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