7 references to GetAdjacentElement
PresentationFramework (7)
MS\Internal\PtsHost\LineBase.cs (3)
145TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 267TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 313DependencyObject embeddedObject = position.GetAdjacentElement(LogicalDirection.Forward) as DependencyObject;
MS\Internal\PtsHost\TextParagraph.cs (1)
1222invalid = (objectElement != position.GetAdjacentElement(LogicalDirection.Forward));
MS\Internal\Text\ComplexLine.cs (3)
390TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 481TextElement element = (TextElement)position.GetAdjacentElement(LogicalDirection.Forward); 530DependencyObject element = position.GetAdjacentElement(LogicalDirection.Forward) as DependencyObject;