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