8 references to StylisticSet14Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1053
group.SetStylisticSet14((bool) element.GetValue(Typography.
StylisticSet14Property
));
System\Windows\Documents\Typography.cs (7)
216
get { return (bool) _owner.GetValue(
StylisticSet14Property
); }
217
set { _owner.SetValue(
StylisticSet14Property
, value); }
960
/// <seealso cref="Typography.
StylisticSet14Property
" />
965
element.SetValue(
StylisticSet14Property
, value);
972
/// <seealso cref="Typography.
StylisticSet14Property
" />
978
return (bool)element.GetValue(
StylisticSet14Property
);
1938
StylisticSet14Property
,