6 references to StylisticSet2Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1040
group.SetStylisticSet2((bool) element.GetValue(Typography.
StylisticSet2Property
));
System\Windows\Documents\Typography.cs (5)
131
get { return (bool) _owner.GetValue(
StylisticSet2Property
); }
132
set { _owner.SetValue(
StylisticSet2Property
, value); }
652
element.SetValue(
StylisticSet2Property
, value);
665
return (bool)element.GetValue(
StylisticSet2Property
);
1925
StylisticSet2Property
,