8 references to Parent
PresentationFramework (8)
MS\Internal\PtsHost\Line.cs (1)
203
DependencyObject element = pointer.
Parent
?? _paraClient.Paragraph.Element;
MS\Internal\PtsHost\LineBase.cs (3)
83
if (position.
Parent
!= null)
85
element = position.
Parent
;
248
if (position.
Parent
== _paraClient.Paragraph.Element)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
155
DependencyObject element = pointer.
Parent
?? _paraClient.Paragraph.Element;
MS\Internal\Text\ComplexLine.cs (3)
100
DependencyObject element = pointer.
Parent
?? _owner;
331
if (position.
Parent
!= null)
333
element = position.
Parent
;