7 references to _attachedAnnotations
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (7)
84if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 92IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; 94_attachedAnnotations.Remove(attachedAnnotation); // clean up the map 222if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 243IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; //save the current list 283if (!_attachedAnnotations.TryGetValue(attachedAnnotation, out currentList)) 286_attachedAnnotations[attachedAnnotation] = currentList;