8 references to GetValue
PresentationCore (8)
System\Windows\Media\CharacterMetricsDictionary.cs (6)
48
value =
GetValue
(key);
107
return item.Value != null && item.Value.Equals(
GetValue
(item.Key));
227
return
GetValue
(key) != null;
243
get { return
GetValue
(key); }
274
return (key is int) ?
GetValue
((int)key) : null;
300
return key is int &&
GetValue
((int)key) != null;
System\Windows\Media\FamilyTypeface.cs (2)
280
return _characterMetrics != null && _characterMetrics.
GetValue
(unicodeScalar) != null;
295
CharacterMetrics metrics = _characterMetrics.
GetValue
(characterString[i]);