14 references to VariantsProperty
PresentationFramework (14)
System\Windows\Controls\TextRangeAdaptor.cs (2)
298FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty); 309FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty);
System\windows\Documents\TextEditorCharacters.cs (4)
262FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 266TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants); 281FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 285TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
System\Windows\Documents\TextElement.cs (1)
1079group.SetVariants((FontVariants) element.GetValue(Typography.VariantsProperty));
System\Windows\Documents\Typography.cs (7)
306get { return (FontVariants) _owner.GetValue(VariantsProperty); } 307set { _owner.SetValue(VariantsProperty, value); } 1259/// <seealso cref="Typography.VariantsProperty" /> 1264element.SetValue(VariantsProperty, value); 1271/// <seealso cref="Typography.VariantsProperty" /> 1277return (FontVariants)element.GetValue(VariantsProperty); 1962VariantsProperty,