11 references to Parent
PresentationFramework (11)
MS\Internal\PtsHost\Line.cs (2)
215DependencyObject element = (pointer.Parent != null) ? pointer.Parent : _paraClient.Paragraph.Element;
MS\Internal\PtsHost\LineBase.cs (3)
88if (position.Parent != null) 90element = position.Parent; 253if (position.Parent == _paraClient.Paragraph.Element)
MS\Internal\PtsHost\OptimalTextSource.cs (2)
164DependencyObject element = (pointer.Parent != null) ? pointer.Parent : _paraClient.Paragraph.Element;
MS\Internal\Text\ComplexLine.cs (4)
104DependencyObject element = (pointer.Parent != null) ? pointer.Parent : _owner; 335if (position.Parent != null) 337element = position.Parent;