8 references to StylisticSet5Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1043
group.SetStylisticSet5((bool) element.GetValue(Typography.
StylisticSet5Property
));
System\Windows\Documents\Typography.cs (7)
152
get { return (bool) _owner.GetValue(
StylisticSet5Property
); }
153
set { _owner.SetValue(
StylisticSet5Property
, value); }
725
/// <seealso cref="Typography.
StylisticSet5Property
" />
730
element.SetValue(
StylisticSet5Property
, value);
737
/// <seealso cref="Typography.
StylisticSet5Property
" />
743
return (bool)element.GetValue(
StylisticSet5Property
);
1928
StylisticSet5Property
,