8 references to StylisticSet17Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1116
group.SetStylisticSet17((bool) element.GetValue(Typography.
StylisticSet17Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
258
get { return (bool) _owner.GetValue(
StylisticSet17Property
); }
259
set { _owner.SetValue(
StylisticSet17Property
, value); }
1215
/// <seealso cref="Typography.
StylisticSet17Property
" />
1223
element.SetValue(
StylisticSet17Property
, value);
1230
/// <seealso cref="Typography.
StylisticSet17Property
" />
1239
return (bool)element.GetValue(
StylisticSet17Property
);
2220
StylisticSet17Property
,