2 instantiations of AdornerPresentationContext
PresentationFramework (2)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
74newAdorner.AnnotationComponent.PresentationContext = new AdornerPresentationContext(adornerLayer, newAdorner); 153PresentationContext p = new AdornerPresentationContext(parentLayer, null);
16 references to AdornerPresentationContext
PresentationFramework (16)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (9)
173AdornerPresentationContext.HostComponent(_adornerLayer, component, component.AnnotatedElement, false); 205AdornerPresentationContext p = component.PresentationContext as AdornerPresentationContext; 269AdornerPresentationContext p = o as AdornerPresentationContext; 285public static bool operator ==(AdornerPresentationContext left, AdornerPresentationContext right) 299public static bool operator !=(AdornerPresentationContext c1, AdornerPresentationContext c2)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
196AdornerPresentationContext.HostComponent(layer, component, annotatedElement, reorder);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
496AdornerPresentationContext.HostComponent(layer, this, AnnotatedElement, false);
System\Windows\Annotations\AnnotationService.cs (5)
741AdornerPresentationContext.SetTypeZLevel(typeof(StickyNoteControl), 0); 742AdornerPresentationContext.SetTypeZLevel(typeof(MarkedHighlightComponent), 1); 743AdornerPresentationContext.SetTypeZLevel(typeof(HighlightComponent), 1); 745AdornerPresentationContext.SetZLevelRange(0, Int32.MaxValue / 2 + 1, Int32.MaxValue); 746AdornerPresentationContext.SetZLevelRange(1, 0, 0);