2 references to GetDependencyParent
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
740
DependencyObject parent = GetScopingNode(position).
GetDependencyParent
();
src\Framework\System\Windows\Documents\TextPointer.cs (1)
4094
return GetScopingNode().
GetDependencyParent
();