8 references to StylisticSet10Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1048
group.SetStylisticSet10((bool) element.GetValue(Typography.
StylisticSet10Property
));
System\Windows\Documents\Typography.cs (7)
187
get { return (bool) _owner.GetValue(
StylisticSet10Property
); }
188
set { _owner.SetValue(
StylisticSet10Property
, value); }
855
/// <seealso cref="Typography.
StylisticSet10Property
" />
860
element.SetValue(
StylisticSet10Property
, value);
867
/// <seealso cref="Typography.
StylisticSet10Property
" />
873
return (bool)element.GetValue(
StylisticSet10Property
);
1933
StylisticSet10Property
,