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