8 references to StylisticSet5Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1059
group.SetStylisticSet5((bool) element.GetValue(Typography.
StylisticSet5Property
));
System\Windows\Documents\Typography.cs (7)
166
get { return (bool) _owner.GetValue(
StylisticSet5Property
); }
167
set { _owner.SetValue(
StylisticSet5Property
, value); }
739
/// <seealso cref="Typography.
StylisticSet5Property
" />
744
element.SetValue(
StylisticSet5Property
, value);
751
/// <seealso cref="Typography.
StylisticSet5Property
" />
757
return (bool)element.GetValue(
StylisticSet5Property
);
1942
StylisticSet5Property
,