2 instantiations of AdornerPresentationContext
PresentationFramework (2)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
70newAdorner.AnnotationComponent.PresentationContext = new AdornerPresentationContext(adornerLayer, newAdorner); 149PresentationContext p = new AdornerPresentationContext(parentLayer, null);
16 references to AdornerPresentationContext
PresentationFramework (16)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (9)
169AdornerPresentationContext.HostComponent(_adornerLayer, component, component.AnnotatedElement, false); 201AdornerPresentationContext p = component.PresentationContext as AdornerPresentationContext; 265AdornerPresentationContext p = o as AdornerPresentationContext; 281public static bool operator ==(AdornerPresentationContext left, AdornerPresentationContext right) 295public static bool operator !=(AdornerPresentationContext c1, AdornerPresentationContext c2)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
192AdornerPresentationContext.HostComponent(layer, component, annotatedElement, reorder);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
490AdornerPresentationContext.HostComponent(layer, this, AnnotatedElement, false);
System\Windows\Annotations\AnnotationService.cs (5)
729AdornerPresentationContext.SetTypeZLevel(typeof(StickyNoteControl), 0); 730AdornerPresentationContext.SetTypeZLevel(typeof(MarkedHighlightComponent), 1); 731AdornerPresentationContext.SetTypeZLevel(typeof(HighlightComponent), 1); 733AdornerPresentationContext.SetZLevelRange(0, Int32.MaxValue / 2 + 1, Int32.MaxValue); 734AdornerPresentationContext.SetZLevelRange(1, 0, 0);