8 references to StylisticSet16Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1115
group.SetStylisticSet16((bool) element.GetValue(Typography.
StylisticSet16Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
251
get { return (bool) _owner.GetValue(
StylisticSet16Property
); }
252
set { _owner.SetValue(
StylisticSet16Property
, value); }
1183
/// <seealso cref="Typography.
StylisticSet16Property
" />
1191
element.SetValue(
StylisticSet16Property
, value);
1198
/// <seealso cref="Typography.
StylisticSet16Property
" />
1207
return (bool)element.GetValue(
StylisticSet16Property
);
2219
StylisticSet16Property
,