6 references to StylisticSet14Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1052
group.SetStylisticSet14((bool) element.GetValue(Typography.
StylisticSet14Property
));
System\Windows\Documents\Typography.cs (5)
215
get { return (bool) _owner.GetValue(
StylisticSet14Property
); }
216
set { _owner.SetValue(
StylisticSet14Property
, value); }
964
element.SetValue(
StylisticSet14Property
, value);
977
return (bool)element.GetValue(
StylisticSet14Property
);
1937
StylisticSet14Property
,