1 type derived from PresentationContext
PresentationFramework (1)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
31
internal sealed class AdornerPresentationContext :
PresentationContext
13 references to PresentationContext
PresentationFramework (13)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
143
public override
PresentationContext
EnclosingContext
153
PresentationContext
p = new AdornerPresentationContext(parentLayer, null);
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
85
public
PresentationContext
PresentationContext
658
private
PresentationContext
_presentationContext;
MS\Internal\Annotations\Component\IAnnotationComponent.cs (1)
35
PresentationContext
PresentationContext { get; set; }
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
115
public
PresentationContext
PresentationContext
1179
private
PresentationContext
_presentationContext;
MS\Internal\Annotations\Component\PresentationContext.cs (1)
36
public abstract
PresentationContext
EnclosingContext { get; }
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1107
PresentationContext
IAnnotationComponent.PresentationContext
1628
PresentationContext
_presentationContext;
System\Windows\Controls\StickyNote.cs (3)
1413
PresentationContext
pc = ((IAnnotationComponent)this).PresentationContext;
1427
PresentationContext
pc = ((IAnnotationComponent)this).PresentationContext;
1439
PresentationContext
pc = ((IAnnotationComponent)this).PresentationContext;