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