8 references to StylisticSet8Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1107
group.SetStylisticSet8((bool) element.GetValue(Typography.
StylisticSet8Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
195
get { return (bool) _owner.GetValue(
StylisticSet8Property
); }
196
set { _owner.SetValue(
StylisticSet8Property
, value); }
927
/// <seealso cref="Typography.
StylisticSet8Property
" />
935
element.SetValue(
StylisticSet8Property
, value);
942
/// <seealso cref="Typography.
StylisticSet8Property
" />
951
return (bool)element.GetValue(
StylisticSet8Property
);
2211
StylisticSet8Property
,