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