7 references to GetParent
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
281node = PathNode.GetParent(node);
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (4)
172DependencyObject parent = PathNode.GetParent(document); 390FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer; 428FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer; 508DocumentViewerBase viewer = PathNode.GetParent(idp as DependencyObject) as DocumentViewerBase;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
261serviceProvider = PathNode.GetParent(content as DependencyObject) as IServiceProvider;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
496_uiParent = PathNode.GetParent(textContainer.Parent) as UIElement;