5 implementations of Parent
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
423DependencyObject ITextContainer.Parent
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
260DependencyObject ITextContainer.Parent
System\Windows\Documents\FixedTextContainer.cs (1)
229DependencyObject ITextContainer.Parent
System\Windows\Documents\NullTextContainer.cs (1)
224DependencyObject ITextContainer.Parent
System\Windows\Documents\TextContainer.cs (1)
1731DependencyObject ITextContainer.Parent
35 references to Parent
PresentationFramework (35)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
124pageEl.Add(new FixedPageProxy(segment.Start.TextContainer.Parent, startPage + i));
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (4)
171DependencyObject document = pointer.TextContainer.Parent; 327IDocumentPaginatorSource idp = pointer.TextContainer.Parent as IDocumentPaginatorSource; 387DependencyObject content = pointer.TextContainer.Parent as DependencyObject; 425DependencyObject content = start.TextContainer.Parent as DependencyObject;
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
260FlowDocument content = currentStart.TextContainer.Parent as FlowDocument;
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
496_uiParent = PathNode.GetParent(textContainer.Parent) as UIElement;
MS\Internal\Documents\DocumentViewerHelper.cs (2)
243if (textContainer.Parent != null) 245XmlLanguage language = (XmlLanguage)textContainer.Parent.GetValue(FrameworkElement.LanguageProperty);
System\Windows\Controls\DeferredTextReference.cs (1)
45TextBox tb = _textContainer.Parent as TextBox;
System\Windows\Controls\TextBlock.cs (1)
132Type parentType = _complexContent.TextContainer.Parent.GetType();
System\Windows\Documents\CompositionAdorner.cs (1)
170DependencyObject owner = _textView.TextContainer.Parent;
System\Windows\Documents\FixedFindEngine.cs (1)
45IDocumentPaginatorSource paginatorSource = start.TextContainer.Parent as IDocumentPaginatorSource;
System\Windows\Documents\FixedTextPointer.cs (1)
532return e.IsTextElement ? e.Type : ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();
System\Windows\Documents\ImmComposition.cs (2)
1752parent = _editor.TextContainer.Parent; 1783parent = _editor.TextContainer.Parent;
System\Windows\Documents\NullTextContainer.cs (1)
222/// <see cref="ITextContainer.Parent"/>
System\Windows\Documents\Speller.cs (1)
844Document = {start.TextContainer.Parent.GetType().Name}
System\windows\Documents\TextEditorMouse.cs (1)
756DependencyObject textContainerOwner = textEditor.TextContainer.Parent;
System\Windows\Documents\TextPointerBase.cs (6)
866Invariant.Assert(thisPointer.TextContainer.Parent != null, "Null parent of TextContainer"); 885if (thisPointer.TextContainer.Parent is FlowDocument && textView.RenderScope is FlowDocumentView) 894else if (thisPointer.TextContainer.Parent is Visual) 896Invariant.Assert(textView.RenderScope == thisPointer.TextContainer.Parent || ((Visual)thisPointer.TextContainer.Parent).IsAncestorOf( /*descendant:*/textView.RenderScope), 898templatedParent = (Visual)thisPointer.TextContainer.Parent;
System\Windows\Documents\TextStore.cs (10)
2319UndoManager undoManager = UndoManager.GetUndoManager(textEditor.TextContainer.Parent); 3109UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3532UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3581UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3597UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3619UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3999UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 4028UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 4051UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 4097UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent);