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