5 references to GetValue
PresentationFramework (5)
System\Windows\ResourceDictionary.cs (3)
388
return
GetValue
(key, out canCache);
513
value = mergedDictionary.
GetValue
(key, out canCache);
1780
return
GetValue
(resourceKey, out canCache);
System\Windows\SystemResources.cs (2)
1720
object value = _dictionary.
GetValue
(_keyOrValue, out bool canCache);
1930
value = Dictionary.
GetValue
(key, out canCache);