1 type derived from PresentationContext
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
37internal class AdornerPresentationContext : PresentationContext
13 references to PresentationContext
PresentationFramework (13)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
159public override PresentationContext EnclosingContext 169PresentationContext p = new AdornerPresentationContext(parentLayer, null);
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
93public PresentationContext PresentationContext 686private PresentationContext _presentationContext;
src\Framework\MS\Internal\Annotations\Component\IAnnotationComponent.cs (1)
40PresentationContext PresentationContext { get;set;}
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
123public PresentationContext PresentationContext 1203private PresentationContext _presentationContext;
src\Framework\MS\Internal\Annotations\Component\PresentationContext.cs (1)
40public abstract PresentationContext EnclosingContext { get;}
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1122PresentationContext IAnnotationComponent.PresentationContext 1645PresentationContext _presentationContext;
src\Framework\System\Windows\Controls\StickyNote.cs (3)
1423PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1437PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1449PresentationContext pc = ((IAnnotationComponent)this).PresentationContext;