4 references to Find
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
2222PropertyDescriptor dd = pdc.Find(sorts[i].PropertyName, true);
System.ComponentModel.TypeConverter (3)
System\ComponentModel\BindingList.cs (1)
522PropertyDescriptor? pd = _itemTypeProperties.Find(e.PropertyName, true);
System\ComponentModel\ComponentResourceManager.cs (1)
172PropertyDescriptor? prop = TypeDescriptorGetProperties(value).Find(propName, IgnoreCase);
System\ComponentModel\PropertyDescriptorCollection.cs (1)
97public virtual PropertyDescriptor? this[string name] => Find(name, false);