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