7 references to GetParent
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
308node = PathNode.GetParent(node);
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (4)
188DependencyObject parent = PathNode.GetParent(document); 410FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer; 448FlowDocumentScrollViewer scrollViewer = PathNode.GetParent(content) as FlowDocumentScrollViewer; 528DocumentViewerBase viewer = PathNode.GetParent(idp as DependencyObject) as DocumentViewerBase;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
285serviceProvider = PathNode.GetParent(content as DependencyObject) as IServiceProvider;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
518_uiParent = PathNode.GetParent(textContainer.Parent) as UIElement;