6 references to StylisticSet9Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1047
group.SetStylisticSet9((bool) element.GetValue(Typography.
StylisticSet9Property
));
System\Windows\Documents\Typography.cs (5)
180
get { return (bool) _owner.GetValue(
StylisticSet9Property
); }
181
set { _owner.SetValue(
StylisticSet9Property
, value); }
834
element.SetValue(
StylisticSet9Property
, value);
847
return (bool)element.GetValue(
StylisticSet9Property
);
1932
StylisticSet9Property
,