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