7 references to GetAdjacentElement
PresentationFramework (7)
MS\Internal\PtsHost\LineBase.cs (3)
135TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 257TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 303DependencyObject embeddedObject = position.GetAdjacentElement(LogicalDirection.Forward) as DependencyObject;
MS\Internal\PtsHost\TextParagraph.cs (1)
1193invalid = (objectElement != position.GetAdjacentElement(LogicalDirection.Forward));
MS\Internal\Text\ComplexLine.cs (3)
385TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 476TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 525DependencyObject element = position.GetAdjacentElement(LogicalDirection.Forward) as DependencyObject;