8 references to StylisticSet15Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1114
group.SetStylisticSet15((bool) element.GetValue(Typography.
StylisticSet15Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
244
get { return (bool) _owner.GetValue(
StylisticSet15Property
); }
245
set { _owner.SetValue(
StylisticSet15Property
, value); }
1151
/// <seealso cref="Typography.
StylisticSet15Property
" />
1159
element.SetValue(
StylisticSet15Property
, value);
1166
/// <seealso cref="Typography.
StylisticSet15Property
" />
1175
return (bool)element.GetValue(
StylisticSet15Property
);
2218
StylisticSet15Property
,