4 references to FindAnnotation
PresentationFramework (4)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
76Debug.Assert(FindAnnotation(annotation.Id) == null, "annotation not found");
System\Windows\Annotations\Storage\XmlStreamStore.cs (3)
149if (_storeAnnotationsMap.FindAnnotation(newAnnotation.Id) != null) 189annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 332annotation = _storeAnnotationsMap.FindAnnotation(annotationId);