14 references to PropertyDescriptorChanged
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2038case ListChangedType.PropertyDescriptorChanged:
System (1)
compmod\system\componentmodel\ListChangedEventArgs.cs (1)
62Debug.Assert(listChangedType != ListChangedType.PropertyDescriptorChanged, "this constructor is used only for item changed in the list");
System.Data (8)
fx\src\data\System\Data\DataView.cs (6)
569OnListChanged(new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, new DataTablePropertyDescriptor(table))); 1377case ListChangedType.PropertyDescriptorChanged: 1421case ListChangedType.PropertyDescriptorChanged: 1637e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp): 1647e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp): 1657e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp):
fx\src\data\System\Data\DataViewManager.cs (2)
367e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp) : 377e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp):
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1188OnListChanged(new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, null));
winforms\Managed\System\WinForms\CurrencyManager.cs (2)
642e.ListChangedType == System.ComponentModel.ListChangedType.PropertyDescriptorChanged) 744case System.ComponentModel.ListChangedType.PropertyDescriptorChanged:
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
477e.ListChangedType == System.ComponentModel.ListChangedType.PropertyDescriptorChanged)