6 references to StylisticSet6Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1044
group.SetStylisticSet6((bool) element.GetValue(Typography.
StylisticSet6Property
));
System\Windows\Documents\Typography.cs (5)
159
get { return (bool) _owner.GetValue(
StylisticSet6Property
); }
160
set { _owner.SetValue(
StylisticSet6Property
, value); }
756
element.SetValue(
StylisticSet6Property
, value);
769
return (bool)element.GetValue(
StylisticSet6Property
);
1929
StylisticSet6Property
,