8 references to StylisticSet20Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1074
group.SetStylisticSet20((bool) element.GetValue(Typography.
StylisticSet20Property
));
System\Windows\Documents\Typography.cs (7)
271
get { return (bool) _owner.GetValue(
StylisticSet20Property
); }
272
set { _owner.SetValue(
StylisticSet20Property
, value); }
1129
/// <seealso cref="Typography.
StylisticSet20Property
" />
1134
element.SetValue(
StylisticSet20Property
, value);
1141
/// <seealso cref="Typography.
StylisticSet20Property
" />
1147
return (bool)element.GetValue(
StylisticSet20Property
);
1957
StylisticSet20Property
,