7 references to GetAdjacentElement
PresentationFramework (7)
MS\Internal\PtsHost\LineBase.cs (3)
134TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 256TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 302DependencyObject embeddedObject = position.GetAdjacentElement(LogicalDirection.Forward) as DependencyObject;
MS\Internal\PtsHost\TextParagraph.cs (1)
1192invalid = (objectElement != position.GetAdjacentElement(LogicalDirection.Forward));
MS\Internal\Text\ComplexLine.cs (3)
384TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 475TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 524DependencyObject element = position.GetAdjacentElement(LogicalDirection.Forward) as DependencyObject;