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