8 references to StylisticSet7Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1061
group.SetStylisticSet7((bool) element.GetValue(Typography.
StylisticSet7Property
));
System\Windows\Documents\Typography.cs (7)
180
get { return (bool) _owner.GetValue(
StylisticSet7Property
); }
181
set { _owner.SetValue(
StylisticSet7Property
, value); }
791
/// <seealso cref="Typography.
StylisticSet7Property
" />
796
element.SetValue(
StylisticSet7Property
, value);
803
/// <seealso cref="Typography.
StylisticSet7Property
" />
809
return (bool)element.GetValue(
StylisticSet7Property
);
1944
StylisticSet7Property
,