5 implementations of Parent
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
427DependencyObject ITextContainer.Parent
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
277DependencyObject ITextContainer.Parent
System\Windows\Documents\FixedTextContainer.cs (1)
246DependencyObject ITextContainer.Parent
System\Windows\Documents\NullTextContainer.cs (1)
229DependencyObject ITextContainer.Parent
System\Windows\Documents\TextContainer.cs (1)
1743DependencyObject ITextContainer.Parent
35 references to Parent
PresentationFramework (35)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
136pageEl.Add(new FixedPageProxy(segment.Start.TextContainer.Parent, startPage + i));
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (4)
181DependencyObject document = pointer.TextContainer.Parent; 337IDocumentPaginatorSource idp = pointer.TextContainer.Parent as IDocumentPaginatorSource; 397DependencyObject content = pointer.TextContainer.Parent as DependencyObject; 435DependencyObject content = start.TextContainer.Parent as DependencyObject;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
271FlowDocument content = currentStart.TextContainer.Parent as FlowDocument;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
503_uiParent = PathNode.GetParent(textContainer.Parent) as UIElement;
MS\Internal\Documents\DocumentViewerHelper.cs (2)
246if (textContainer.Parent != null) 248XmlLanguage language = (XmlLanguage)textContainer.Parent.GetValue(FrameworkElement.LanguageProperty);
System\Windows\Controls\DeferredTextReference.cs (1)
46TextBox tb = _textContainer.Parent as TextBox;
System\Windows\Controls\TextBlock.cs (1)
145Type parentType = _complexContent.TextContainer.Parent.GetType();
System\Windows\Documents\CompositionAdorner.cs (1)
174DependencyObject owner = _textView.TextContainer.Parent;
System\Windows\Documents\FixedFindEngine.cs (1)
48IDocumentPaginatorSource paginatorSource = start.TextContainer.Parent as IDocumentPaginatorSource;
System\Windows\Documents\FixedTextPointer.cs (1)
540return e.IsTextElement ? e.Type : ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();
System\Windows\Documents\ImmComposition.cs (2)
1774parent = _editor.TextContainer.Parent; 1805parent = _editor.TextContainer.Parent;
System\Windows\Documents\NullTextContainer.cs (1)
227/// <see cref="ITextContainer.Parent"/>
System\Windows\Documents\Speller.cs (1)
865Document = {start.TextContainer.Parent.GetType().Name}
System\windows\Documents\TextEditorMouse.cs (1)
774DependencyObject textContainerOwner = textEditor.TextContainer.Parent;
System\Windows\Documents\TextPointerBase.cs (6)
872Invariant.Assert(thisPointer.TextContainer.Parent != null, "Null parent of TextContainer"); 891if (thisPointer.TextContainer.Parent is FlowDocument && textView.RenderScope is FlowDocumentView) 900else if (thisPointer.TextContainer.Parent is Visual) 902Invariant.Assert(textView.RenderScope == thisPointer.TextContainer.Parent || ((Visual)thisPointer.TextContainer.Parent).IsAncestorOf( /*descendant:*/textView.RenderScope), 904templatedParent = (Visual)thisPointer.TextContainer.Parent;
System\Windows\Documents\TextStore.cs (10)
2346UndoManager undoManager = UndoManager.GetUndoManager(textEditor.TextContainer.Parent); 3134UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3560UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3609UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3625UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3647UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 4027UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 4056UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 4079UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 4125UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent);