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