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