6 references to
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
1506name = properties[index].Name;
System.ComponentModel.TypeConverter (4)
System\ComponentModel\PropertyDescriptorCollection.cs (4)
565get => this[index]; 605PropertyDescriptor curProp = _owner[_index]; 610public object Key => _owner[_index].Name; 612public object Value => _owner[_index].Name;
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
126AddXdoProperty(pds[i], instance, root);