7 references to GetAdjacentElement
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\LineBase.cs (3)
150TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 272TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 318DependencyObject embeddedObject = position.GetAdjacentElement(LogicalDirection.Forward) as DependencyObject;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1230invalid = (objectElement != position.GetAdjacentElement(LogicalDirection.Forward));
src\Framework\MS\Internal\Text\ComplexLine.cs (3)
396TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 487TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 536DependencyObject element = position.GetAdjacentElement(LogicalDirection.Forward) as DependencyObject;