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