4 references to FindAnnotation
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
82Debug.Assert(FindAnnotation(annotation.Id) == null, "annotation not found");
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (3)
162if (_storeAnnotationsMap.FindAnnotation(newAnnotation.Id) != null) 204annotation = _storeAnnotationsMap.FindAnnotation(annotationId); 351annotation = _storeAnnotationsMap.FindAnnotation(annotationId);