TextPointer.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the logical parent that contains the current position.
public:
property DependencyObject ^ Parent { DependencyObject ^ get(); };
DependencyObject Parent();
public DependencyObject Parent { get; }
var dependencyObject = textPointer.parent;
Public ReadOnly Property Parent As DependencyObject
Property Value
The logical parent that contains the current position. Can return the RichEditBox when at the top of the content stack.