5 implementations of GetParent
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
262DependencyObject ITextContainer.GetParent(StaticTextPointer position)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
156DependencyObject ITextContainer.GetParent(StaticTextPointer position)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
141DependencyObject ITextContainer.GetParent(StaticTextPointer position)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
128DependencyObject ITextContainer.GetParent(StaticTextPointer position)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
622DependencyObject ITextContainer.GetParent(StaticTextPointer position)
1 reference to GetParent
PresentationFramework (1)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (1)
166return _textContainer.GetParent(this);