3 implementations of INotifyPropertyChanged2
PresentationFramework (3)
System\Windows\Annotations\AnnotationResource.cs (1)
33
public sealed class AnnotationResource : IXmlSerializable,
INotifyPropertyChanged2
, IOwnedObject
System\Windows\Annotations\LocatorBase.cs (1)
26
public abstract class ContentLocatorBase :
INotifyPropertyChanged2
, IOwnedObject
System\Windows\Annotations\LocatorPart.cs (1)
28
public sealed class ContentLocatorPart :
INotifyPropertyChanged2
, IOwnedObject
4 references to INotifyPropertyChanged2
PresentationFramework (4)
MS\Internal\Annotations\AnnotationObservableCollection.cs (4)
29
internal class AnnotationObservableCollection<T> : ObservableCollection<T> where T :
INotifyPropertyChanged2
, IOwnedObject
83
foreach (
INotifyPropertyChanged2
item in this)
226
((
INotifyPropertyChanged2
)item).PropertyChanged += _listener;
230
((
INotifyPropertyChanged2
)item).PropertyChanged -= _listener;