8 references to Parent
PresentationFramework (8)
MS\Internal\PtsHost\Line.cs (1)
204
DependencyObject element = pointer.
Parent
?? _paraClient.Paragraph.Element;
MS\Internal\PtsHost\LineBase.cs (3)
84
if (position.
Parent
!= null)
86
element = position.
Parent
;
249
if (position.
Parent
== _paraClient.Paragraph.Element)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
156
DependencyObject element = pointer.
Parent
?? _paraClient.Paragraph.Element;
MS\Internal\Text\ComplexLine.cs (3)
104
DependencyObject element = pointer.
Parent
?? _owner;
335
if (position.
Parent
!= null)
337
element = position.
Parent
;