1 type derived from PresentationContext
PresentationFramework (1)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
26internal sealed class AdornerPresentationContext : PresentationContext
13 references to PresentationContext
PresentationFramework (13)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
138public override PresentationContext EnclosingContext 148PresentationContext p = new AdornerPresentationContext(parentLayer, null);
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
76public PresentationContext PresentationContext 649private PresentationContext _presentationContext;
MS\Internal\Annotations\Component\IAnnotationComponent.cs (1)
32PresentationContext PresentationContext { get; set; }
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
108public PresentationContext PresentationContext 1176private PresentationContext _presentationContext;
MS\Internal\Annotations\Component\PresentationContext.cs (1)
33public abstract PresentationContext EnclosingContext { get; }
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1096PresentationContext IAnnotationComponent.PresentationContext 1617private PresentationContext _presentationContext;
System\Windows\Controls\StickyNote.cs (3)
1368PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1379PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1388PresentationContext pc = ((IAnnotationComponent)this).PresentationContext;