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