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