14 references to VariantsProperty
PresentationFramework (14)
System\Windows\Controls\TextRangeAdaptor.cs (2)
296FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty); 307FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty);
System\windows\Documents\TextEditorCharacters.cs (4)
246FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 250TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants); 265FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 269TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
System\Windows\Documents\TextElement.cs (1)
1078group.SetVariants((FontVariants) element.GetValue(Typography.VariantsProperty));
System\Windows\Documents\Typography.cs (7)
293get { return (FontVariants) _owner.GetValue(VariantsProperty); } 294set { _owner.SetValue(VariantsProperty, value); } 1246/// <seealso cref="Typography.VariantsProperty" /> 1251element.SetValue(VariantsProperty, value); 1258/// <seealso cref="Typography.VariantsProperty" /> 1264return (FontVariants)element.GetValue(VariantsProperty); 1949VariantsProperty,