6 references to StylisticSet12Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1050
group.SetStylisticSet12((bool) element.GetValue(Typography.
StylisticSet12Property
));
System\Windows\Documents\Typography.cs (5)
201
get { return (bool) _owner.GetValue(
StylisticSet12Property
); }
202
set { _owner.SetValue(
StylisticSet12Property
, value); }
912
element.SetValue(
StylisticSet12Property
, value);
925
return (bool)element.GetValue(
StylisticSet12Property
);
1935
StylisticSet12Property
,