3 references to RemoveValue
PresentationCore (3)
Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs (3)
181
return item.Value != null &&
RemoveValue
(item.Key, item.Value);
260
return
RemoveValue
(key, null);
332
RemoveValue
((int)key, null);