7 references to _attachedAnnotations
PresentationFramework (7)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (7)
75if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 83IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; 85_attachedAnnotations.Remove(attachedAnnotation); // clean up the map 212if (!_attachedAnnotations.ContainsKey(attachedAnnotation)) 233IList<IAnnotationComponent> currentList = _attachedAnnotations[attachedAnnotation]; //save the current list 273if (!_attachedAnnotations.TryGetValue(attachedAnnotation, out currentList)) 276_attachedAnnotations[attachedAnnotation] = currentList;