10 references to _cache
WindowsBase (10)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (10)
71lock(_cache) 73found = _cache.TryGetValue(property, out dpd); 111lock(_cache) 113_cache[property] = dpd; 216lock(_cache) 218_cache.TryGetValue(dependencyProperty, out dpd); 229lock(_cache) 231_cache[dependencyProperty] = dpd; 554lock (_cache) 556_cache.Clear();