6 references to StylisticSet7Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1045
group.SetStylisticSet7((bool) element.GetValue(Typography.
StylisticSet7Property
));
System\Windows\Documents\Typography.cs (5)
166
get { return (bool) _owner.GetValue(
StylisticSet7Property
); }
167
set { _owner.SetValue(
StylisticSet7Property
, value); }
782
element.SetValue(
StylisticSet7Property
, value);
795
return (bool)element.GetValue(
StylisticSet7Property
);
1930
StylisticSet7Property
,