8 references to StylisticSet18Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1072
group.SetStylisticSet18((bool) element.GetValue(Typography.
StylisticSet18Property
));
System\Windows\Documents\Typography.cs (7)
257
get { return (bool) _owner.GetValue(
StylisticSet18Property
); }
258
set { _owner.SetValue(
StylisticSet18Property
, value); }
1077
/// <seealso cref="Typography.
StylisticSet18Property
" />
1082
element.SetValue(
StylisticSet18Property
, value);
1089
/// <seealso cref="Typography.
StylisticSet18Property
" />
1095
return (bool)element.GetValue(
StylisticSet18Property
);
1955
StylisticSet18Property
,