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