3 implementations of IOwnedObject
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
8 references to IOwnedObject
PresentationFramework (8)
src\Framework\MS\Internal\Annotations\AnnotationObservableCollection.cs (5)
38internal class AnnotationObservableCollection<T> : ObservableCollection<T> where T : INotifyPropertyChanged2, IOwnedObject 219IOwnedObject obj = item as IOwnedObject; 230IOwnedObject obj = item as IOwnedObject;
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
351bool IOwnedObject.Owned
src\Framework\System\Windows\Annotations\LocatorBase.cs (1)
142bool IOwnedObject.Owned
src\Framework\System\Windows\Annotations\LocatorPart.cs (1)
332bool IOwnedObject.Owned