3 implementations of PresentationContext
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
93public PresentationContext PresentationContext
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
123public PresentationContext PresentationContext
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1122PresentationContext IAnnotationComponent.PresentationContext
3 writes to PresentationContext
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (3)
81newAdorner.AnnotationComponent.PresentationContext = new AdornerPresentationContext(adornerLayer, newAdorner); 206_annotationAdorner.AnnotationComponent.PresentationContext = null; 226component.PresentationContext = null;
10 references to PresentationContext
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
57if (adorner.AnnotationComponent.PresentationContext != null) 221AdornerPresentationContext p = component.PresentationContext as AdornerPresentationContext;
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
221_annotationComponent.PresentationContext.Host.InvalidateMeasure();
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (4)
100if (component.PresentationContext != null) 101component.PresentationContext.RemoveFromHost(component, reorder); 176if (component.PresentationContext != null) return; 256component.PresentationContext.RemoveFromHost(component, true);
src\Framework\System\Windows\Controls\StickyNote.cs (3)
1423PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1437PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1449PresentationContext pc = ((IAnnotationComponent)this).PresentationContext;