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