12 references to PropertyDescriptorDeleted
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2039case ListChangedType.PropertyDescriptorDeleted:
System (1)
compmod\system\componentmodel\ListChangedEventArgs.cs (1)
61Debug.Assert(listChangedType != ListChangedType.PropertyDescriptorDeleted, "this constructor is used only for item changed in the list");
System.Data (7)
fx\src\data\System\Data\DataView.cs (5)
1378case ListChangedType.PropertyDescriptorDeleted: 1422case ListChangedType.PropertyDescriptorDeleted: 1638e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) : 1648e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) : 1658e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new DataColumnPropertyDescriptor((System.Data.DataColumn)e.Element)) :
fx\src\data\System\Data\DataViewManager.cs (2)
368e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new DataTablePropertyDescriptor((System.Data.DataTable)e.Element)) : 378e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new DataRelationPropertyDescriptor((System.Data.DataRelation)e.Element)) :
System.Windows.Forms (3)
winforms\Managed\System\WinForms\CurrencyManager.cs (2)
641e.ListChangedType == System.ComponentModel.ListChangedType.PropertyDescriptorDeleted || 743case System.ComponentModel.ListChangedType.PropertyDescriptorDeleted:
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
476e.ListChangedType == System.ComponentModel.ListChangedType.PropertyDescriptorDeleted ||