14 references to PropertyDescriptorChanged
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2038
case ListChangedType.
PropertyDescriptorChanged
:
System (1)
compmod\system\componentmodel\ListChangedEventArgs.cs (1)
62
Debug.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)
569
OnListChanged(new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, new DataTablePropertyDescriptor(table)));
1377
case ListChangedType.
PropertyDescriptorChanged
:
1421
case ListChangedType.
PropertyDescriptorChanged
:
1637
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp):
1647
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp):
1657
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp):
fx\src\data\System\Data\DataViewManager.cs (2)
367
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp) :
377
e.Action == CollectionChangeAction.Refresh ? new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, NullProp):
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1188
OnListChanged(new ListChangedEventArgs(ListChangedType.
PropertyDescriptorChanged
, null));
winforms\Managed\System\WinForms\CurrencyManager.cs (2)
642
e.ListChangedType == System.ComponentModel.ListChangedType.
PropertyDescriptorChanged
)
744
case System.ComponentModel.ListChangedType.
PropertyDescriptorChanged
:
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
477
e.ListChangedType == System.ComponentModel.ListChangedType.
PropertyDescriptorChanged
)