14 references to VariantsProperty
PresentationFramework (14)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
306
FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.
VariantsProperty
);
317
FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.
VariantsProperty
);
src\Framework\System\windows\Documents\TextEditorCharacters.cs (4)
264
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.
VariantsProperty
);
268
TextEditorCharacters._OnApplyProperty(This, Typography.
VariantsProperty
, fontVariants);
283
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.
VariantsProperty
);
287
TextEditorCharacters._OnApplyProperty(This, Typography.
VariantsProperty
, fontVariants);
src\Framework\System\Windows\Documents\TextElement.cs (1)
1124
group.SetVariants((FontVariants) element.GetValue(Typography.
VariantsProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
314
get { return (FontVariants) _owner.GetValue(
VariantsProperty
); }
315
set { _owner.SetValue(
VariantsProperty
, value); }
1471
/// <seealso cref="Typography.
VariantsProperty
" />
1479
element.SetValue(
VariantsProperty
, value);
1486
/// <seealso cref="Typography.
VariantsProperty
" />
1495
return (FontVariants)element.GetValue(
VariantsProperty
);
2228
VariantsProperty
,