1 write to _dpCacheArray
WindowsBase (1)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
277
_dpCacheArray
= dpList.ToArray();
2 references to _dpCacheArray
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (2)
266
if (
_dpCacheArray
== null || cacheCnt != currentCnt)
281
registeredProperties =
_dpCacheArray
;