8 references to StylisticSet17Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1071
group.SetStylisticSet17((bool) element.GetValue(Typography.
StylisticSet17Property
));
System\Windows\Documents\Typography.cs (7)
250
get { return (bool) _owner.GetValue(
StylisticSet17Property
); }
251
set { _owner.SetValue(
StylisticSet17Property
, value); }
1051
/// <seealso cref="Typography.
StylisticSet17Property
" />
1056
element.SetValue(
StylisticSet17Property
, value);
1063
/// <seealso cref="Typography.
StylisticSet17Property
" />
1069
return (bool)element.GetValue(
StylisticSet17Property
);
1954
StylisticSet17Property
,