8 references to StylisticSet9Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1048
group.SetStylisticSet9((bool) element.GetValue(Typography.
StylisticSet9Property
));
System\Windows\Documents\Typography.cs (7)
181
get { return (bool) _owner.GetValue(
StylisticSet9Property
); }
182
set { _owner.SetValue(
StylisticSet9Property
, value); }
830
/// <seealso cref="Typography.
StylisticSet9Property
" />
835
element.SetValue(
StylisticSet9Property
, value);
842
/// <seealso cref="Typography.
StylisticSet9Property
" />
848
return (bool)element.GetValue(
StylisticSet9Property
);
1933
StylisticSet9Property
,