8 references to StylisticSet10Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1064
group.SetStylisticSet10((bool) element.GetValue(Typography.
StylisticSet10Property
));
System\Windows\Documents\Typography.cs (7)
201
get { return (bool) _owner.GetValue(
StylisticSet10Property
); }
202
set { _owner.SetValue(
StylisticSet10Property
, value); }
869
/// <seealso cref="Typography.
StylisticSet10Property
" />
874
element.SetValue(
StylisticSet10Property
, value);
881
/// <seealso cref="Typography.
StylisticSet10Property
" />
887
return (bool)element.GetValue(
StylisticSet10Property
);
1947
StylisticSet10Property
,