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)
142
UIElement annotatedElement = attachedAnnotation.
Parent
as UIElement; // casted from DependencyObject
162
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)
994
UIElement parent = annotation.
Parent
as UIElement;
1155
aa.
Parent
== attachedAnnotation.
Parent
)
1477
DependencyObject element = attachedAnnotation.
Parent
;
1503
DependencyObject element = attachedAnnotation.
Parent
;
System\Windows\Controls\StickyNote.cs (1)
1336
DependencyObject parent = _attachedAnnotation.
Parent
;