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