14 references to VariantsProperty
PresentationFramework (14)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
306FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty); 317FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty);
src\Framework\System\windows\Documents\TextEditorCharacters.cs (4)
264FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 268TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants); 283FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 287TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
src\Framework\System\Windows\Documents\TextElement.cs (1)
1124group.SetVariants((FontVariants) element.GetValue(Typography.VariantsProperty));
src\Framework\System\Windows\Documents\Typography.cs (7)
314get { return (FontVariants) _owner.GetValue(VariantsProperty); } 315set { _owner.SetValue(VariantsProperty, value); } 1471/// <seealso cref="Typography.VariantsProperty" /> 1479element.SetValue(VariantsProperty, value); 1486/// <seealso cref="Typography.VariantsProperty" /> 1495return (FontVariants)element.GetValue(VariantsProperty); 2228VariantsProperty,