5 implementations of Parent
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
433DependencyObject ITextContainer.Parent
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
281DependencyObject ITextContainer.Parent
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
250DependencyObject ITextContainer.Parent
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
232DependencyObject ITextContainer.Parent
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1758DependencyObject ITextContainer.Parent
35 references to Parent
PresentationFramework (35)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
140pageEl.Add(new FixedPageProxy(segment.Start.TextContainer.Parent, startPage + i));
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (4)
187DependencyObject document = pointer.TextContainer.Parent; 347IDocumentPaginatorSource idp = pointer.TextContainer.Parent as IDocumentPaginatorSource; 407DependencyObject content = pointer.TextContainer.Parent as DependencyObject; 445DependencyObject content = start.TextContainer.Parent as DependencyObject;
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
284FlowDocument content = currentStart.TextContainer.Parent as FlowDocument;
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
518_uiParent = PathNode.GetParent(textContainer.Parent) as UIElement;
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (2)
261if (textContainer.Parent != null) 263XmlLanguage language = (XmlLanguage)textContainer.Parent.GetValue(FrameworkElement.LanguageProperty);
src\Framework\System\Windows\Controls\DeferredTextReference.cs (1)
48TextBox tb = _textContainer.Parent as TextBox;
src\Framework\System\Windows\Controls\TextBlock.cs (1)
154Type parentType = _complexContent.TextContainer.Parent.GetType();
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
176DependencyObject owner = _textView.TextContainer.Parent;
src\Framework\System\Windows\Documents\FixedFindEngine.cs (1)
52IDocumentPaginatorSource paginatorSource = start.TextContainer.Parent as IDocumentPaginatorSource;
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
558return e.IsTextElement ? e.Type : ((ITextContainer)_flowPosition.TextContainer).Parent.GetType();
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
1964parent = _editor.TextContainer.Parent; 1995parent = _editor.TextContainer.Parent;
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
230/// <see cref="ITextContainer.Parent"/>
src\Framework\System\Windows\Documents\Speller.cs (1)
922"Document = " + start.TextContainer.Parent.GetType().Name + "\n";
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
775DependencyObject textContainerOwner = textEditor.TextContainer.Parent;
src\Framework\System\Windows\Documents\TextPointerBase.cs (6)
874Invariant.Assert(thisPointer.TextContainer.Parent != null, "Null parent of TextContainer"); 893if (thisPointer.TextContainer.Parent is FlowDocument && textView.RenderScope is FlowDocumentView) 902else if (thisPointer.TextContainer.Parent is Visual) 904Invariant.Assert(textView.RenderScope == thisPointer.TextContainer.Parent || ((Visual)thisPointer.TextContainer.Parent).IsAncestorOf( /*descendant:*/textView.RenderScope), 906templatedParent = (Visual)thisPointer.TextContainer.Parent;
src\Framework\System\Windows\Documents\TextStore.cs (10)
2201UndoManager undoManager = UndoManager.GetUndoManager(textEditor.TextContainer.Parent); 3034UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3461UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3502UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3518UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3540UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3850UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3869UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3887UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent); 3933UndoManager undoManager = UndoManager.GetUndoManager(this.TextContainer.Parent);