8 references to StylisticSet18Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1117
group.SetStylisticSet18((bool) element.GetValue(Typography.
StylisticSet18Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
265
get { return (bool) _owner.GetValue(
StylisticSet18Property
); }
266
set { _owner.SetValue(
StylisticSet18Property
, value); }
1247
/// <seealso cref="Typography.
StylisticSet18Property
" />
1255
element.SetValue(
StylisticSet18Property
, value);
1262
/// <seealso cref="Typography.
StylisticSet18Property
" />
1271
return (bool)element.GetValue(
StylisticSet18Property
);
2221
StylisticSet18Property
,