7 references to _attachedAnnotations
PresentationFramework (7)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (7)
71if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 79IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; 81_attachedAnnotations.Remove(attachedAnnotation); // clean up the map 207if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 228IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; //save the current list 268if (!_attachedAnnotations.TryGetValue(attachedAnnotation, out currentList)) 271_attachedAnnotations[attachedAnnotation] = currentList;