6 references to StylisticSet17Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1055
group.SetStylisticSet17((bool) element.GetValue(Typography.
StylisticSet17Property
));
System\Windows\Documents\Typography.cs (5)
236
get { return (bool) _owner.GetValue(
StylisticSet17Property
); }
237
set { _owner.SetValue(
StylisticSet17Property
, value); }
1042
element.SetValue(
StylisticSet17Property
, value);
1055
return (bool)element.GetValue(
StylisticSet17Property
);
1940
StylisticSet17Property
,