3 implementations of PresentationContext
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
85public PresentationContext PresentationContext
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
115public PresentationContext PresentationContext
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1107PresentationContext IAnnotationComponent.PresentationContext
3 writes to PresentationContext
PresentationFramework (3)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (3)
75newAdorner.AnnotationComponent.PresentationContext = new AdornerPresentationContext(adornerLayer, newAdorner); 199_annotationAdorner.AnnotationComponent.PresentationContext = null; 219component.PresentationContext = null;
10 references to PresentationContext
PresentationFramework (10)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
51if (adorner.AnnotationComponent.PresentationContext != null) 214AdornerPresentationContext p = component.PresentationContext as AdornerPresentationContext;
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
215_annotationComponent.PresentationContext.Host.InvalidateMeasure();
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (4)
95if (component.PresentationContext != null) 96component.PresentationContext.RemoveFromHost(component, reorder); 171if (component.PresentationContext != null) return; 250component.PresentationContext.RemoveFromHost(component, true);
System\Windows\Controls\StickyNote.cs (3)
1413PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1427PresentationContext pc = ((IAnnotationComponent)this).PresentationContext; 1439PresentationContext pc = ((IAnnotationComponent)this).PresentationContext;