8 references to StylisticSet17Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1055
group.SetStylisticSet17((bool) element.GetValue(Typography.
StylisticSet17Property
));
System\Windows\Documents\Typography.cs (7)
236
get { return (bool) _owner.GetValue(
StylisticSet17Property
); }
237
set { _owner.SetValue(
StylisticSet17Property
, value); }
1037
/// <seealso cref="Typography.
StylisticSet17Property
" />
1042
element.SetValue(
StylisticSet17Property
, value);
1049
/// <seealso cref="Typography.
StylisticSet17Property
" />
1055
return (bool)element.GetValue(
StylisticSet17Property
);
1940
StylisticSet17Property
,