5 references to _setMethodCache
WindowsBase (5)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (5)
369lock(_setMethodCache) 371_setMethodCache.Clear(); 570object methodObj = _setMethodCache[dp]; 584lock(_setMethodCache) { 585_setMethodCache[dp] = (method == null ? _nullMethodSentinel : method);