13 references to PropertyDescriptorChanged
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
2031
case ListChangedType.
PropertyDescriptorChanged
:
System.Data.Common (8)
System\Data\DataView.cs (6)
507
OnListChanged(new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, new DataTablePropertyDescriptor(_table)));
1349
case ListChangedType.
PropertyDescriptorChanged
:
1396
case ListChangedType.
PropertyDescriptorChanged
:
1637
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp) :
1648
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp) :
1659
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp) :
System\Data\DataViewManager.cs (2)
335
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp) :
346
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp) :
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (1)
373
or ListChangedType.
PropertyDescriptorChanged
)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1039
OnListChanged(new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, null));
System\Windows\Forms\DataBinding\CurrencyManager.cs (2)
669
ListChangedType.
PropertyDescriptorChanged
)
789
case ListChangedType.
PropertyDescriptorChanged
: