2 references to ValidateValue
PresentationCore (2)
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (2)
210
_innerDictionary.Add(key,
ValidateValue
(value));
235
set { _innerDictionary[key] =
ValidateValue
(value); }