2 references to OnColumnPropertyChanged
System.Data.Common (2)
System\Data\DataColumn.cs (2)
382
_table?.Columns.
OnColumnPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));
389
_table?.Columns.
OnColumnPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));