5 implementations of GetValue
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
287
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
181
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
166
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
153
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
738
object ITextContainer.
GetValue
(StaticTextPointer position, DependencyProperty formattingProperty)
1 reference to GetValue
PresentationFramework (1)
src\Framework\System\Windows\Documents\StaticTextPointer.cs (1)
118
return _textContainer.
GetValue
(this, formattingProperty);