8 references to StylisticSet20Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1058
group.SetStylisticSet20((bool) element.GetValue(Typography.
StylisticSet20Property
));
System\Windows\Documents\Typography.cs (7)
257
get { return (bool) _owner.GetValue(
StylisticSet20Property
); }
258
set { _owner.SetValue(
StylisticSet20Property
, value); }
1115
/// <seealso cref="Typography.
StylisticSet20Property
" />
1120
element.SetValue(
StylisticSet20Property
, value);
1127
/// <seealso cref="Typography.
StylisticSet20Property
" />
1133
return (bool)element.GetValue(
StylisticSet20Property
);
1943
StylisticSet20Property
,