8 references to StylisticSet8Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1062
group.SetStylisticSet8((bool) element.GetValue(Typography.
StylisticSet8Property
));
System\Windows\Documents\Typography.cs (7)
187
get { return (bool) _owner.GetValue(
StylisticSet8Property
); }
188
set { _owner.SetValue(
StylisticSet8Property
, value); }
817
/// <seealso cref="Typography.
StylisticSet8Property
" />
822
element.SetValue(
StylisticSet8Property
, value);
829
/// <seealso cref="Typography.
StylisticSet8Property
" />
835
return (bool)element.GetValue(
StylisticSet8Property
);
1945
StylisticSet8Property
,