3 implementations of PresentationContext
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
77
public PresentationContext
PresentationContext
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
109
public PresentationContext
PresentationContext
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1097
PresentationContext IAnnotationComponent.
PresentationContext
3 writes to PresentationContext
PresentationFramework (3)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (3)
70
newAdorner.AnnotationComponent.
PresentationContext
= new AdornerPresentationContext(adornerLayer, newAdorner);
186
_annotationAdorner.AnnotationComponent.
PresentationContext
= null;
206
component.
PresentationContext
= null;
10 references to PresentationContext
PresentationFramework (10)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
46
if (adorner.AnnotationComponent.
PresentationContext
!= null)
201
AdornerPresentationContext p = component.
PresentationContext
as AdornerPresentationContext;
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
212
_annotationComponent.
PresentationContext
.Host.InvalidateMeasure();
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (4)
91
if (component.
PresentationContext
!= null)
92
component.
PresentationContext
.RemoveFromHost(component, reorder);
167
if (component.
PresentationContext
!= null) return;
246
component.
PresentationContext
.RemoveFromHost(component, true);
System\Windows\Controls\StickyNote.cs (3)
1397
PresentationContext pc = ((IAnnotationComponent)this).
PresentationContext
;
1411
PresentationContext pc = ((IAnnotationComponent)this).
PresentationContext
;
1423
PresentationContext pc = ((IAnnotationComponent)this).
PresentationContext
;