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