2 implementations of GetPropertyValue
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
180
object ITextRange.
GetPropertyValue
(DependencyProperty formattingProperty)
System\windows\Documents\TextSelection.cs (1)
169
object ITextRange.
GetPropertyValue
(DependencyProperty formattingProperty)
3 references to GetPropertyValue
PresentationFramework (3)
System\Windows\Documents\TextRange.cs (1)
868
return ((ITextRange)this).
GetPropertyValue
(formattingProperty);
System\windows\Documents\TextSelection.cs (2)
2234
double fontSize = (double)currentTextSelection.
GetPropertyValue
(TextElement.FontSizeProperty);
2235
FontFamily fontFamily = (FontFamily)currentTextSelection.
GetPropertyValue
(TextElement.FontFamilyProperty);