2 writes to propsCollection
System.Data (2)
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (2)
27
propsCollection
= null;
137
propsCollection
= new PropertyDescriptorCollection(props);
2 references to propsCollection
System.Data (2)
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (2)
127
if (
propsCollection
== null) {
139
return
propsCollection
;