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