8 references to StylisticSet7Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1106
group.SetStylisticSet7((bool) element.GetValue(Typography.
StylisticSet7Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
188
get { return (bool) _owner.GetValue(
StylisticSet7Property
); }
189
set { _owner.SetValue(
StylisticSet7Property
, value); }
895
/// <seealso cref="Typography.
StylisticSet7Property
" />
903
element.SetValue(
StylisticSet7Property
, value);
910
/// <seealso cref="Typography.
StylisticSet7Property
" />
919
return (bool)element.GetValue(
StylisticSet7Property
);
2210
StylisticSet7Property
,