10 references to GetCurrentValue
PresentationFramework (10)
System\windows\Documents\TextEditorCharacters.cs (7)
190
object propertyValue = ((TextSelection)This.Selection).
GetCurrentValue
(TextElement.FontWeightProperty);
210
object propertyValue = ((TextSelection)This.Selection).
GetCurrentValue
(TextElement.FontStyleProperty);
233
object propertyValue = ((TextSelection)This.Selection).
GetCurrentValue
(Inline.TextDecorationsProperty);
262
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).
GetCurrentValue
(Typography.VariantsProperty);
281
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).
GetCurrentValue
(Typography.VariantsProperty);
312
double fontSize = (double)((TextSelection)This.Selection).
GetCurrentValue
(TextElement.FontSizeProperty);
354
double fontSize = (double)((TextSelection)This.Selection).
GetCurrentValue
(TextElement.FontSizeProperty);
System\windows\Documents\TextSelection.cs (3)
176
propertyValue = ((TextSelection)this).
GetCurrentValue
(formattingProperty);
1648
backgroundPropertyValue = ((TextSelection)focusedTextSelection).
GetCurrentValue
(TextElement.BackgroundProperty);
2047
fontStylePropertyValue = ((TextSelection)textSelection).
GetCurrentValue
(TextElement.FontStyleProperty);