5 implementations of GetAdjacentElement
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
251
object ITextContainer.
GetAdjacentElement
(StaticTextPointer position, LogicalDirection direction)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
147
object ITextContainer.
GetAdjacentElement
(StaticTextPointer position, LogicalDirection direction)
System\Windows\Documents\FixedTextContainer.cs (1)
132
object ITextContainer.
GetAdjacentElement
(StaticTextPointer position, LogicalDirection direction)
System\Windows\Documents\NullTextContainer.cs (1)
120
object ITextContainer.
GetAdjacentElement
(StaticTextPointer position, LogicalDirection direction)
System\Windows\Documents\TextContainer.cs (1)
571
object ITextContainer.
GetAdjacentElement
(StaticTextPointer position, LogicalDirection direction)
1 reference to GetAdjacentElement
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
81
return _textContainer.
GetAdjacentElement
(this, direction);