4 references to ColumnPropertyChanged
System.Data (4)
fx\src\data\System\Data\DataTableReaderListener.cs (2)
51currentDataTable.Columns.ColumnPropertyChanged += new CollectionChangeEventHandler(SchemaChanged); 67currentDataTable.Columns.ColumnPropertyChanged -= new CollectionChangeEventHandler(SchemaChanged);
fx\src\data\System\Data\DataViewListener.cs (2)
92table.Columns.ColumnPropertyChanged += handlerCollection; 115table.Columns.ColumnPropertyChanged -= handlerCollection;