8 references to StylisticSet17Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1056
group.SetStylisticSet17((bool) element.GetValue(Typography.
StylisticSet17Property
));
System\Windows\Documents\Typography.cs (7)
237
get { return (bool) _owner.GetValue(
StylisticSet17Property
); }
238
set { _owner.SetValue(
StylisticSet17Property
, value); }
1038
/// <seealso cref="Typography.
StylisticSet17Property
" />
1043
element.SetValue(
StylisticSet17Property
, value);
1050
/// <seealso cref="Typography.
StylisticSet17Property
" />
1056
return (bool)element.GetValue(
StylisticSet17Property
);
1941
StylisticSet17Property
,