8 references to StylisticSet20Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1119
group.SetStylisticSet20((bool) element.GetValue(Typography.
StylisticSet20Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
279
get { return (bool) _owner.GetValue(
StylisticSet20Property
); }
280
set { _owner.SetValue(
StylisticSet20Property
, value); }
1311
/// <seealso cref="Typography.
StylisticSet20Property
" />
1319
element.SetValue(
StylisticSet20Property
, value);
1326
/// <seealso cref="Typography.
StylisticSet20Property
" />
1335
return (bool)element.GetValue(
StylisticSet20Property
);
2223
StylisticSet20Property
,