3 implementations of PresentationContext
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
76public PresentationContext PresentationContext
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
108public PresentationContext PresentationContext
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1096PresentationContext IAnnotationComponent.PresentationContext
3 writes to PresentationContext
PresentationFramework (3)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (3)
69newAdorner.AnnotationComponent.PresentationContext = new AdornerPresentationContext(adornerLayer, newAdorner); 185_annotationAdorner.AnnotationComponent.PresentationContext = null; 205component.PresentationContext = null;
9 references to PresentationContext
PresentationFramework (9)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
45if (adorner.AnnotationComponent.PresentationContext != null) 200AdornerPresentationContext p = component.PresentationContext as AdornerPresentationContext;
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
211_annotationComponent.PresentationContext.Host.InvalidateMeasure();
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (3)
90component.PresentationContext?.RemoveFromHost(component, reorder); 165if (component.PresentationContext != null) return; 244component.PresentationContext.RemoveFromHost(component, true);
System\Windows\Controls\StickyNote.cs (3)
1368PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1379PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1388PresentationContext pc = ((IAnnotationComponent)this).PresentationContext;