1 write to typeOfIPropertyChange
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
726
typeOfIPropertyChange
= typeof(INotifyPropertyChanged);
2 references to typeOfIPropertyChange
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
725
if (
typeOfIPropertyChange
== null)
727
return
typeOfIPropertyChange
;