8 references to StylisticSet9Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1108
group.SetStylisticSet9((bool) element.GetValue(Typography.
StylisticSet9Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
202
get { return (bool) _owner.GetValue(
StylisticSet9Property
); }
203
set { _owner.SetValue(
StylisticSet9Property
, value); }
959
/// <seealso cref="Typography.
StylisticSet9Property
" />
967
element.SetValue(
StylisticSet9Property
, value);
974
/// <seealso cref="Typography.
StylisticSet9Property
" />
983
return (bool)element.GetValue(
StylisticSet9Property
);
2212
StylisticSet9Property
,