7 references to _attachedAnnotations
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (7)
84
if (!
_attachedAnnotations
.ContainsKey(attachedAnnotation))
92
IList<IAnnotationComponent> currentList =
_attachedAnnotations
[attachedAnnotation];
94
_attachedAnnotations
.Remove(attachedAnnotation); // clean up the map
222
if (!
_attachedAnnotations
.ContainsKey(attachedAnnotation))
243
IList<IAnnotationComponent> currentList =
_attachedAnnotations
[attachedAnnotation]; //save the current list
283
if (!
_attachedAnnotations
.TryGetValue(attachedAnnotation, out currentList))
286
_attachedAnnotations
[attachedAnnotation] = currentList;