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