10 references to GetCurrentValue
PresentationFramework (10)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (7)
192
object propertyValue = ((TextSelection)This.Selection).
GetCurrentValue
(TextElement.FontWeightProperty);
212
object propertyValue = ((TextSelection)This.Selection).
GetCurrentValue
(TextElement.FontStyleProperty);
235
object propertyValue = ((TextSelection)This.Selection).
GetCurrentValue
(Inline.TextDecorationsProperty);
264
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).
GetCurrentValue
(Typography.VariantsProperty);
283
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).
GetCurrentValue
(Typography.VariantsProperty);
314
double fontSize = (double)((TextSelection)This.Selection).
GetCurrentValue
(TextElement.FontSizeProperty);
356
double fontSize = (double)((TextSelection)This.Selection).
GetCurrentValue
(TextElement.FontSizeProperty);
src\Framework\System\windows\Documents\TextSelection.cs (3)
179
propertyValue = ((TextSelection)this).
GetCurrentValue
(formattingProperty);
1651
backgroundPropertyValue = ((TextSelection)focusedTextSelection).
GetCurrentValue
(TextElement.BackgroundProperty);
2055
fontStylePropertyValue = ((TextSelection)textSelection).
GetCurrentValue
(TextElement.FontStyleProperty);