8 references to StylisticSet7Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1046
group.SetStylisticSet7((bool) element.GetValue(Typography.
StylisticSet7Property
));
System\Windows\Documents\Typography.cs (7)
167
get { return (bool) _owner.GetValue(
StylisticSet7Property
); }
168
set { _owner.SetValue(
StylisticSet7Property
, value); }
778
/// <seealso cref="Typography.
StylisticSet7Property
" />
783
element.SetValue(
StylisticSet7Property
, value);
790
/// <seealso cref="Typography.
StylisticSet7Property
" />
796
return (bool)element.GetValue(
StylisticSet7Property
);
1931
StylisticSet7Property
,