6 references to StylisticSet8Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1046
group.SetStylisticSet8((bool) element.GetValue(Typography.
StylisticSet8Property
));
System\Windows\Documents\Typography.cs (5)
173
get { return (bool) _owner.GetValue(
StylisticSet8Property
); }
174
set { _owner.SetValue(
StylisticSet8Property
, value); }
808
element.SetValue(
StylisticSet8Property
, value);
821
return (bool)element.GetValue(
StylisticSet8Property
);
1931
StylisticSet8Property
,