8 references to GetValue
PresentationCore (8)
System\Windows\Media\CharacterMetricsDictionary.cs (6)
52
value =
GetValue
(key);
114
return item.Value != null && item.Value.Equals(
GetValue
(item.Key));
234
return
GetValue
(key) != null;
250
get { return
GetValue
(key); }
281
return (key is int) ?
GetValue
((int)key) : null;
307
return key is int &&
GetValue
((int)key) != null;
System\Windows\Media\FamilyTypeface.cs (2)
281
return _characterMetrics != null && _characterMetrics.
GetValue
(unicodeScalar) != null;
296
CharacterMetrics metrics = _characterMetrics.
GetValue
(characterString[i]);