7 references to _attachedAnnotations
PresentationFramework (7)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (7)
74if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 82IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; 84_attachedAnnotations.Remove(attachedAnnotation); // clean up the map 210if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 231IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; //save the current list 271if (!_attachedAnnotations.TryGetValue(attachedAnnotation, out currentList)) 274_attachedAnnotations[attachedAnnotation] = currentList;