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