8 references to StylisticSet10Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1063
group.SetStylisticSet10((bool) element.GetValue(Typography.
StylisticSet10Property
));
System\Windows\Documents\Typography.cs (7)
188
get { return (bool) _owner.GetValue(
StylisticSet10Property
); }
189
set { _owner.SetValue(
StylisticSet10Property
, value); }
856
/// <seealso cref="Typography.
StylisticSet10Property
" />
861
element.SetValue(
StylisticSet10Property
, value);
868
/// <seealso cref="Typography.
StylisticSet10Property
" />
874
return (bool)element.GetValue(
StylisticSet10Property
);
1934
StylisticSet10Property
,