2 implementations of GetPropertyValue
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
170
object ITextRange.
GetPropertyValue
(DependencyProperty formattingProperty)
src\Framework\System\windows\Documents\TextSelection.cs (1)
172
object ITextRange.
GetPropertyValue
(DependencyProperty formattingProperty)
3 references to GetPropertyValue
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRange.cs (1)
864
return ((ITextRange)this).
GetPropertyValue
(formattingProperty);
src\Framework\System\windows\Documents\TextSelection.cs (2)
2242
double fontSize = (double)currentTextSelection.
GetPropertyValue
(TextElement.FontSizeProperty);
2243
FontFamily fontFamily = (FontFamily)currentTextSelection.
GetPropertyValue
(TextElement.FontFamilyProperty);