5 implementations of GetParent
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
256
DependencyObject ITextContainer.
GetParent
(StaticTextPointer position)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
152
DependencyObject ITextContainer.
GetParent
(StaticTextPointer position)
System\Windows\Documents\FixedTextContainer.cs (1)
137
DependencyObject ITextContainer.
GetParent
(StaticTextPointer position)
System\Windows\Documents\NullTextContainer.cs (1)
125
DependencyObject ITextContainer.
GetParent
(StaticTextPointer position)
System\Windows\Documents\TextContainer.cs (1)
607
DependencyObject ITextContainer.
GetParent
(StaticTextPointer position)
1 reference to GetParent
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
164
return _textContainer.
GetParent
(this);