5 references to _typeProperties
WindowsBase (5)
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (5)
147
PropertyDescriptorCollection properties = (PropertyDescriptorCollection)
_typeProperties
[_objectType];
153
lock (
_typeProperties
)
155
_typeProperties
[_objectType] = properties;
258
lock(
_typeProperties
)
260
_typeProperties
.Clear();