8 references to StylisticSet20Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1073
group.SetStylisticSet20((bool) element.GetValue(Typography.
StylisticSet20Property
));
System\Windows\Documents\Typography.cs (7)
258
get { return (bool) _owner.GetValue(
StylisticSet20Property
); }
259
set { _owner.SetValue(
StylisticSet20Property
, value); }
1116
/// <seealso cref="Typography.
StylisticSet20Property
" />
1121
element.SetValue(
StylisticSet20Property
, value);
1128
/// <seealso cref="Typography.
StylisticSet20Property
" />
1134
return (bool)element.GetValue(
StylisticSet20Property
);
1944
StylisticSet20Property
,