13 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) :
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (1)
373or ListChangedType.PropertyDescriptorChanged)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1039OnListChanged(new ListChangedEventArgs(ListChangedType.PropertyDescriptorChanged, null));
System\Windows\Forms\DataBinding\CurrencyManager.cs (2)
669ListChangedType.PropertyDescriptorChanged) 789case ListChangedType.PropertyDescriptorChanged: