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