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