1 implementation of Parent
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
177
public DependencyObject
Parent
13 references to Parent
PresentationFramework (13)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (2)
143
UIElement annotatedElement = attachedAnnotation.
Parent
as UIElement; // casted from DependencyObject
163
UIElement annotatedElement = attachedAnnotation.
Parent
as UIElement; // casted from DependencyObject
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
171
return _attachedAnnotation != null ? (_attachedAnnotation.
Parent
as UIElement) : null;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
147
return _attachedAnnotation != null ? (_attachedAnnotation.
Parent
as UIElement) : null;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
996
&& _attachedAnnotation.
Parent
is DocumentPageHost)
1089
return _attachedAnnotation != null ? _attachedAnnotation.
Parent
as UIElement : null;
1232
_attachedAnnotation != null && _attachedAnnotation.
Parent
is DocumentPageHost);
System\Windows\Annotations\AnnotationService.cs (5)
999
UIElement parent = annotation.
Parent
as UIElement;
1160
aa.
Parent
== attachedAnnotation.
Parent
)
1482
DependencyObject element = attachedAnnotation.
Parent
;
1508
DependencyObject element = attachedAnnotation.
Parent
;
System\Windows\Controls\StickyNote.cs (1)
1364
DependencyObject parent = _attachedAnnotation.
Parent
;