7 references to _attachedAnnotations
PresentationFramework (7)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (7)
79if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 87IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; 89_attachedAnnotations.Remove(attachedAnnotation); // clean up the map 216if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 237IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; //save the current list 277if (!_attachedAnnotations.TryGetValue(attachedAnnotation, out currentList)) 280_attachedAnnotations[attachedAnnotation] = currentList;