8 references to StylisticSet14Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1068
group.SetStylisticSet14((bool) element.GetValue(Typography.
StylisticSet14Property
));
System\Windows\Documents\Typography.cs (7)
229
get { return (bool) _owner.GetValue(
StylisticSet14Property
); }
230
set { _owner.SetValue(
StylisticSet14Property
, value); }
973
/// <seealso cref="Typography.
StylisticSet14Property
" />
978
element.SetValue(
StylisticSet14Property
, value);
985
/// <seealso cref="Typography.
StylisticSet14Property
" />
991
return (bool)element.GetValue(
StylisticSet14Property
);
1951
StylisticSet14Property
,