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