8 references to StylisticSet5Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1104
group.SetStylisticSet5((bool) element.GetValue(Typography.
StylisticSet5Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
174
get { return (bool) _owner.GetValue(
StylisticSet5Property
); }
175
set { _owner.SetValue(
StylisticSet5Property
, value); }
831
/// <seealso cref="Typography.
StylisticSet5Property
" />
839
element.SetValue(
StylisticSet5Property
, value);
846
/// <seealso cref="Typography.
StylisticSet5Property
" />
855
return (bool)element.GetValue(
StylisticSet5Property
);
2208
StylisticSet5Property
,