2 references to _nullMethodSentinel
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
412
_getMethodCache[dp] = (method == null ?
_nullMethodSentinel
: method);
585
_setMethodCache[dp] = (method == null ?
_nullMethodSentinel
: method);