8 references to GetValue
PresentationCore (8)
Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs (6)
66
value =
GetValue
(key);
128
return item.Value != null && item.Value.Equals(
GetValue
(item.Key));
252
return
GetValue
(key) != null;
268
get { return
GetValue
(key); }
299
return (key is int) ?
GetValue
((int)key) : null;
325
return key is int &&
GetValue
((int)key) != null;
Core\CSharp\System\Windows\Media\FamilyTypeface.cs (2)
300
return _characterMetrics != null && _characterMetrics.
GetValue
(unicodeScalar) != null;
319
CharacterMetrics metrics = _characterMetrics.
GetValue
(characterString[i]);