5 implementations of GetValue
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
281
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
177
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
System\Windows\Documents\FixedTextContainer.cs (1)
162
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
System\Windows\Documents\NullTextContainer.cs (1)
150
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
System\Windows\Documents\TextContainer.cs (1)
723
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
1 reference to GetValue
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
116
return _textContainer.
GetValue
(this, formattingProperty);