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