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