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
211
if (!
_attachedAnnotations
.ContainsKey(attachedAnnotation))
232
IList<IAnnotationComponent> currentList =
_attachedAnnotations
[attachedAnnotation]; //save the current list
272
if (!
_attachedAnnotations
.TryGetValue(attachedAnnotation, out currentList))
275
_attachedAnnotations
[attachedAnnotation] = currentList;