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