14 references to VariantsProperty
PresentationFramework (14)
System\Windows\Controls\TextRangeAdaptor.cs (2)
295FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty); 306FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty);
System\windows\Documents\TextEditorCharacters.cs (4)
245FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 249TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants); 264FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 268TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
System\Windows\Documents\TextElement.cs (1)
1063group.SetVariants((FontVariants) element.GetValue(Typography.VariantsProperty));
System\Windows\Documents\Typography.cs (7)
292get { return (FontVariants) _owner.GetValue(VariantsProperty); } 293set { _owner.SetValue(VariantsProperty, value); } 1245/// <seealso cref="Typography.VariantsProperty" /> 1250element.SetValue(VariantsProperty, value); 1257/// <seealso cref="Typography.VariantsProperty" /> 1263return (FontVariants)element.GetValue(VariantsProperty); 1948VariantsProperty,