3 implementations of INotifyPropertyChanged2
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
52public sealed class AnnotationResource : IXmlSerializable, INotifyPropertyChanged2, IOwnedObject
src\Framework\System\Windows\Annotations\LocatorBase.cs (1)
45public abstract class ContentLocatorBase : INotifyPropertyChanged2, IOwnedObject
src\Framework\System\Windows\Annotations\LocatorPart.cs (1)
36public sealed class ContentLocatorPart : INotifyPropertyChanged2, IOwnedObject
4 references to INotifyPropertyChanged2
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\AnnotationObservableCollection.cs (4)
38internal class AnnotationObservableCollection<T> : ObservableCollection<T> where T : INotifyPropertyChanged2, IOwnedObject 92foreach (INotifyPropertyChanged2 item in this) 235((INotifyPropertyChanged2)item).PropertyChanged += _listener; 239((INotifyPropertyChanged2)item).PropertyChanged -= _listener;