1 type derived from PresentationContext
PresentationFramework (1)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
27internal sealed class AdornerPresentationContext : PresentationContext
13 references to PresentationContext
PresentationFramework (13)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
139public override PresentationContext EnclosingContext 149PresentationContext p = new AdornerPresentationContext(parentLayer, null);
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
77public PresentationContext PresentationContext 650private PresentationContext _presentationContext;
MS\Internal\Annotations\Component\IAnnotationComponent.cs (1)
33PresentationContext PresentationContext { get; set; }
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
109public PresentationContext PresentationContext 1179private PresentationContext _presentationContext;
MS\Internal\Annotations\Component\PresentationContext.cs (1)
34public abstract PresentationContext EnclosingContext { get; }
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1097PresentationContext IAnnotationComponent.PresentationContext 1618PresentationContext _presentationContext;
System\Windows\Controls\StickyNote.cs (3)
1386PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1400PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1412PresentationContext pc = ((IAnnotationComponent)this).PresentationContext;