7 references to GetParent
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
294node = PathNode.GetParent(node);
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (4)
173DependencyObject parent = PathNode.GetParent(document); 391FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer; 429FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer; 509DocumentViewerBase viewer = PathNode.GetParent(idp as DependencyObject) as DocumentViewerBase;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
262serviceProvider = PathNode.GetParent(content as DependencyObject) as IServiceProvider;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
497_uiParent = PathNode.GetParent(textContainer.Parent) as UIElement;