8 references to StylisticSet13Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1112
group.SetStylisticSet13((bool) element.GetValue(Typography.
StylisticSet13Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
230
get { return (bool) _owner.GetValue(
StylisticSet13Property
); }
231
set { _owner.SetValue(
StylisticSet13Property
, value); }
1087
/// <seealso cref="Typography.
StylisticSet13Property
" />
1095
element.SetValue(
StylisticSet13Property
, value);
1102
/// <seealso cref="Typography.
StylisticSet13Property
" />
1111
return (bool)element.GetValue(
StylisticSet13Property
);
2216
StylisticSet13Property
,