11 references to Parent
PresentationFramework (11)
MS\Internal\PtsHost\Line.cs (2)
221DependencyObject element = (pointer.Parent != null) ? pointer.Parent : _paraClient.Paragraph.Element;
MS\Internal\PtsHost\LineBase.cs (3)
94if (position.Parent != null) 96element = position.Parent; 259if (position.Parent == _paraClient.Paragraph.Element)
MS\Internal\PtsHost\OptimalTextSource.cs (2)
171DependencyObject element = (pointer.Parent != null) ? pointer.Parent : _paraClient.Paragraph.Element;
MS\Internal\Text\ComplexLine.cs (4)
109DependencyObject element = (pointer.Parent != null) ? pointer.Parent : _owner; 340if (position.Parent != null) 342element = position.Parent;