8 references to StylisticSet10Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1109
group.SetStylisticSet10((bool) element.GetValue(Typography.
StylisticSet10Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
209
get { return (bool) _owner.GetValue(
StylisticSet10Property
); }
210
set { _owner.SetValue(
StylisticSet10Property
, value); }
991
/// <seealso cref="Typography.
StylisticSet10Property
" />
999
element.SetValue(
StylisticSet10Property
, value);
1006
/// <seealso cref="Typography.
StylisticSet10Property
" />
1015
return (bool)element.GetValue(
StylisticSet10Property
);
2213
StylisticSet10Property
,