2 writes to onPropertyChanged
System.Data (2)
fx\src\data\System\Data\DataRowView.cs (2)
311
onPropertyChanged
+= value;
314
onPropertyChanged
-= value;
2 references to onPropertyChanged
System.Data (2)
fx\src\data\System\Data\DataRowView.cs (2)
321
if (
onPropertyChanged
!= null) {
322
onPropertyChanged
(this, new PropertyChangedEventArgs(propName));