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