9 references to PropertyDescriptorChanged
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
2031case ListChangedType.PropertyDescriptorChanged:
System.Data.Common (8)
System\Data\DataView.cs (6)
507OnListChanged(new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, new DataTablePropertyDescriptor(_table))); 1349case ListChangedType.PropertyDescriptorChanged: 1396case ListChangedType.PropertyDescriptorChanged: 1637e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp) : 1648e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp) : 1659e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp) :
System\Data\DataViewManager.cs (2)
335e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp) : 346e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, NullProp) :