2 instantiations of AdornerPresentationContext
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
81newAdorner.AnnotationComponent.PresentationContext = new AdornerPresentationContext(adornerLayer, newAdorner); 169PresentationContext p = new AdornerPresentationContext(parentLayer, null);
16 references to AdornerPresentationContext
PresentationFramework (16)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (9)
189AdornerPresentationContext.HostComponent(_adornerLayer, component, component.AnnotatedElement, false); 221AdornerPresentationContext p = component.PresentationContext as AdornerPresentationContext; 285AdornerPresentationContext p = o as AdornerPresentationContext; 301public static bool operator ==(AdornerPresentationContext left, AdornerPresentationContext right) 315public static bool operator !=(AdornerPresentationContext c1, AdornerPresentationContext c2)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
201AdornerPresentationContext.HostComponent(layer, component, annotatedElement, reorder);
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
511AdornerPresentationContext.HostComponent(layer, this, AnnotatedElement, false);
src\Framework\System\Windows\Annotations\AnnotationService.cs (5)
773AdornerPresentationContext.SetTypeZLevel(typeof(StickyNoteControl), 0); 774AdornerPresentationContext.SetTypeZLevel(typeof(MarkedHighlightComponent), 1); 775AdornerPresentationContext.SetTypeZLevel(typeof(HighlightComponent), 1); 777AdornerPresentationContext.SetZLevelRange(0, Int32.MaxValue / 2 + 1, Int32.MaxValue); 778AdornerPresentationContext.SetZLevelRange(1, 0, 0);