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)
103
DependencyObject element = pointer.
Parent
?? _owner;
334
if (position.
Parent
!= null)
336
element = position.
Parent
;