8 references to StylisticSet19Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1118
group.SetStylisticSet19((bool) element.GetValue(Typography.
StylisticSet19Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
272
get { return (bool) _owner.GetValue(
StylisticSet19Property
); }
273
set { _owner.SetValue(
StylisticSet19Property
, value); }
1279
/// <seealso cref="Typography.
StylisticSet19Property
" />
1287
element.SetValue(
StylisticSet19Property
, value);
1294
/// <seealso cref="Typography.
StylisticSet19Property
" />
1303
return (bool)element.GetValue(
StylisticSet19Property
);
2222
StylisticSet19Property
,