8 references to StylisticSet6Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1105
group.SetStylisticSet6((bool) element.GetValue(Typography.
StylisticSet6Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
181
get { return (bool) _owner.GetValue(
StylisticSet6Property
); }
182
set { _owner.SetValue(
StylisticSet6Property
, value); }
863
/// <seealso cref="Typography.
StylisticSet6Property
" />
871
element.SetValue(
StylisticSet6Property
, value);
878
/// <seealso cref="Typography.
StylisticSet6Property
" />
887
return (bool)element.GetValue(
StylisticSet6Property
);
2209
StylisticSet6Property
,