12 references to PropertyDescriptorAdded
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2037case ListChangedType.PropertyDescriptorAdded:
System (1)
compmod\system\componentmodel\ListChangedEventArgs.cs (1)
60Debug.Assert(listChangedType != ListChangedType.PropertyDescriptorAdded, "this constructor is used only for item changed in the list");
System.Data (7)
fx\src\data\System\Data\DataView.cs (5)
1376case ListChangedType.PropertyDescriptorAdded: 1420case ListChangedType.PropertyDescriptorAdded: 1636e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) : 1646e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) : 1656e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new DataColumnPropertyDescriptor((System.Data.DataColumn)e.Element)) :
fx\src\data\System\Data\DataViewManager.cs (2)
366e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new DataTablePropertyDescriptor((System.Data.DataTable)e.Element)) : 376e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) :
System.Windows.Forms (3)
winforms\Managed\System\WinForms\CurrencyManager.cs (2)
640if (e.ListChangedType == System.ComponentModel.ListChangedType.PropertyDescriptorAdded || 742case System.ComponentModel.ListChangedType.PropertyDescriptorAdded:
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
475if (e.ListChangedType == System.ComponentModel.ListChangedType.PropertyDescriptorAdded ||